bagder: curl-www/dl Makefile,1.2,1.3
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/dl In directory labb.contactor.se:/var/tmp/cvs-serv27817/dl Modified Files: Makefile Log Message: fixed link Index: Makefile =================================================================== RCS file: /cvsroot/curl/curl-www/dl/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- Makefile 23 Jan 2004 09:51:52 -0000 1.2 +++ Makefile 30 Aug 2004 16:58:13 -0000 1.3 @@ -1,5 +1,11 @@ TARGET = files.html +TARGE2 = files2.html + +all: $(TARGET) $(TARGE2) $(TARGET): data/databas.db ../Makefile - perl mktable.pl > files.html + perl mktable.pl > $(TARGET) + +$(TARGE2): data/databas.db ../Makefile + perl mktable2.pl > $(TARGE2) _______________________________________________ http://cool.haxx.se/mailman/listinfo/curl-www-commits