commit-gnue
[Top][All Lists]
Advanced

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

gnue-appserver/doc/technotes Makefile


From: Reinhard Mueller
Subject: gnue-appserver/doc/technotes Makefile
Date: Thu, 18 Sep 2003 14:03:56 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue-appserver
Branch:         
Changes by:     Reinhard Mueller <address@hidden>       03/09/18 14:03:56

Modified files:
        doc/technotes  : Makefile 

Log message:
        Explicitly start python script with python.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-appserver/doc/technotes/Makefile.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gnue-appserver/doc/technotes/Makefile
diff -c gnue-appserver/doc/technotes/Makefile:1.2 
gnue-appserver/doc/technotes/Makefile:1.3
*** gnue-appserver/doc/technotes/Makefile:1.2   Wed Sep 17 13:19:32 2003
--- gnue-appserver/doc/technotes/Makefile       Thu Sep 18 14:03:56 2003
***************
*** 3,9 ****
  CTI = ../../../gnue-common/utils/create-technote-index.py
  
  index.html: [0-9]*.txt
!       test -x $(CTI) && $(CTI)
  
  clean:
        rm -f index.html index.txt
--- 3,9 ----
  CTI = ../../../gnue-common/utils/create-technote-index.py
  
  index.html: [0-9]*.txt
!       test -f $(CTI) && python $(CTI)
  
  clean:
        rm -f index.html index.txt




reply via email to

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