bagder: curl-www/libcurl/php Makefile,1.13,1.14
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/libcurl/php In directory labb:/tmp/cvs-serv21370 Modified Files: Makefile Log Message: Generate static HTML versions of the examples. Less server load, makes them get mirrored properly. Index: Makefile =================================================================== RCS file: /cvsroot/curl/curl-www/libcurl/php/Makefile,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- Makefile 19 Apr 2005 12:28:18 -0000 1.13 +++ Makefile 4 Nov 2005 22:27:45 -0000 1.14 @@ -9,6 +9,7 @@ ACTION=@echo preprocessing $@; rm -f $@; cpp -I.. -I$(ROOT) -P -WWW -Uunix -H -C -V -LL "$(NOW)" $< $@; chmod a-w+r $@ all: index.html install.html apps.html examples.html iis.html hosting.html + cd examples; make index.html: _index.html $(MAINPARTS) $(ACTION)