bagder: curl-www/docs Makefile,1.67,1.68
[email protected] Mon, 02 Mar 2009 23:07:50 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/docs In directory labb:/tmp/cvs-serv11644 Modified Files: Makefile Log Message: make the html version Index: Makefile =================================================================== RCS file: /cvsroot/curl/curl-www/docs/Makefile,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- Makefile 2 Mar 2009 13:42:20 -0000 1.67 +++ Makefile 2 Mar 2009 23:07:48 -0000 1.68 @@ -21,7 +21,7 @@ knownbugs.html manual.html caextract.html programs.html security.html \ testcurl.html runtests.html libs.html adv_20051013.html adv_20051207.html \ adv_20060320.html vulnerabilities.html adv_20070710.html \ - gsoc2008.html releases.html + gsoc2008.html releases.html adv_20090303.html all: $(PAGES) @echo done @@ -228,6 +228,12 @@ adv_20070710.t: adv_20070710.txt $(TXT2PLAIN) < $< > $@ +adv_20090303.html: _adv_20090303.html adv_20090303.t $(MAINPARTS) + $(ACTION) + +adv_20090303.t: adv_20090303.txt + $(TXT2PLAIN) < $< > $@ + vulnerabilities.html: _vulnerabilities.html vuln.txt $(MAINPARTS) $(ACTION)