/[gnue]/gnue-appserver/doc/technotes/Makefile
ViewVC logotype

Diff of /gnue-appserver/doc/technotes/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by reinhard, Wed Sep 17 17:19:32 2003 UTC revision 1.3 by reinhard, Thu Sep 18 18:03:56 2003 UTC
# Line 3  Line 3 
3  CTI = ../../../gnue-common/utils/create-technote-index.py  CTI = ../../../gnue-common/utils/create-technote-index.py
4    
5  index.html: [0-9]*.txt  index.html: [0-9]*.txt
6          test -x $(CTI) && $(CTI)          test -f $(CTI) && python $(CTI)
7    
8  clean:  clean:
9          rm -f index.html index.txt          rm -f index.html index.txt

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26