From 1880165e2e355e766835a28f78e17254dca80c4c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 16 Aug 2002 09:02:24 +0000 Subject: C++ comments should remain ;-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1778 a1c6a512-1295-4272-9138-f99709370657 --- www/docs/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/docs/Makefile b/www/docs/Makefile index 78f34a6f6d..9a95c9a76a 100644 --- a/www/docs/Makefile +++ b/www/docs/Makefile @@ -1,4 +1,4 @@ -ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ +ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -P -LL >$@ SRC := $(wildcard *.t) OBJS := $(SRC:%.t=%.html) @@ -6,10 +6,10 @@ TXT2PLAIN = ../txt2plain.pl all: $(OBJS) -faq.html: faq.t $(MAINPARTS) faq.raw +faq.html: faq.t faq.raw $(TXT2PLAIN) $(ACTION) $< -faq.raw: FAQ +faq.raw: FAQ $(TXT2PLAIN) $(TXT2PLAIN) < $< > $@ -- cgit v1.2.3