[Synopsis-changes] Synopsis/Synopsis/demo/Perceps Makefile,1.4,1.5
Stefan Seefeld stefan at synopsis.fresco.orgFri Dec 5 22:43:43 UTC 2003
- Previous message: [Synopsis-changes] Synopsis/Synopsis/demo/IDL Makefile,1.18,1.19
- Next message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Formatters/HTML/Pages FileDetails.py,1.7,1.8
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvs/synopsis/Synopsis/demo/Perceps In directory frida:/tmp/cvs-serv32031/demo/Perceps Modified Files: Makefile Log Message: fix dependencies Index: Makefile =================================================================== RCS file: /cvs/synopsis/Synopsis/demo/Perceps/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -d -r1.4 -r1.5 --- Makefile 19 Nov 2003 04:55:37 -0000 1.4 +++ Makefile 5 Dec 2003 22:43:41 -0000 1.5 @@ -4,9 +4,11 @@ all: Manual ManualD Manual: Manual.syn $(synopsis) html --output=$@ $? + touch $@ ManualD: Manual.syn $(synopsis) doxygen --output=$@ $? + touch $@ Manual.syn: display.syn $(synopsis) link --output=$@ $?
- Previous message: [Synopsis-changes] Synopsis/Synopsis/demo/IDL Makefile,1.18,1.19
- Next message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Formatters/HTML/Pages FileDetails.py,1.7,1.8
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list