adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: adonthell/src Makefile.am,1.84,1.85


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src Makefile.am,1.84,1.85
Date: Sat, 20 Apr 2002 07:25:42 -0400

Update of /cvsroot/adonthell/adonthell/src
In directory subversions:/tmp/cvs-serv9859

Modified Files:
        Makefile.am 
Log Message:
FIXED installation of 'dialogue.py' in <gamedir>/modules

Index: Makefile.am
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/Makefile.am,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -r1.84 -r1.85
*** Makefile.am 15 Apr 2002 15:27:48 -0000      1.84
--- Makefile.am 20 Apr 2002 11:25:36 -0000      1.85
***************
*** 7,11 ****
  moddatadir = $(gamedatadir)/modules
  
! moddata_DATA = adonthell.pyc
  
  bin_PROGRAMS = adonthell
--- 7,11 ----
  moddatadir = $(gamedatadir)/modules
  
! moddata_DATA = dialogue.pyc adonthell.pyc
  
  bin_PROGRAMS = adonthell
***************
*** 61,64 ****
        flex -olex.prefs.cc $<
  
! adonthell.pyc : adonthell.py adonthell
        ./adonthell -c
--- 61,67 ----
        flex -olex.prefs.cc $<
  
! adonthell.pyc : dialogue.pyc adonthell.py adonthell
        ./adonthell -c
+ 
+ dialogue.pyc : tools/dlgedit/dialogue.py
+       @cp $< .




reply via email to

[Prev in Thread] Current Thread [Next in Thread]