bagder: curl-www/docs Makefile,1.61,1.62
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/docs
In directory labb:/tmp/cvs-serv17861
Modified Files:
Makefile
Log Message:
generate the todo.html fine
Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/Makefile,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- Makefile 20 Sep 2007 14:45:27 -0000 1.61
+++ Makefile 9 Dec 2007 12:25:46 -0000 1.62
@@ -7,7 +7,7 @@
../css.t ../sflogo.t Makefile
NOW=$(shell gnudate +'-D__TODAY__=%B %e, %Y')
FCPPOPTS=-I.. -Idocs -WWW -Uunix -H -C -V -P -LL "$(NOW)"
-ACTION=@echo preprocessing $@; rm -f $@; fcpp $(FCPPOPTS) $< $@;
+ACTION=fcpp $(FCPPOPTS) $< $@;
TXT2HTML= txt2html --extract --hrule 10
TXT2PLAIN = txt2plain.pl
@@ -149,8 +149,8 @@
todo.html: _todo.html $(MAINPARTS) todo.t
$(ACTION)
-todo.t: $(DOCROOT)/TODO
- $(TXT2PLAIN) < $< > $@
+todo.t: $(DOCROOT)/TODO faqparse.pl
+ ./faqparse.pl < $< | sed -e 's:*:\/:g' -e 's:#:\#:g'> $@
versions.html: _versions.html $(MAINPARTS) versions.t
$(ACTION)