summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-08-16 09:02:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-08-16 09:02:24 +0000
commit1880165e2e355e766835a28f78e17254dca80c4c (patch)
tree3399388413e0b78392237ff0cab3ec5ea6da4fa3 /www
parent47219b9c05ea665c8eb042451b09b1db8f2f6786 (diff)
downloadrockbox-1880165e2e355e766835a28f78e17254dca80c4c.tar.gz
rockbox-1880165e2e355e766835a28f78e17254dca80c4c.zip
C++ comments should remain ;-)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1778 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www')
-rw-r--r--www/docs/Makefile6
1 files 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 @@
1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ 1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -P -LL >$@
2 2
3SRC := $(wildcard *.t) 3SRC := $(wildcard *.t)
4OBJS := $(SRC:%.t=%.html) 4OBJS := $(SRC:%.t=%.html)
@@ -6,10 +6,10 @@ TXT2PLAIN = ../txt2plain.pl
6 6
7all: $(OBJS) 7all: $(OBJS)
8 8
9faq.html: faq.t $(MAINPARTS) faq.raw 9faq.html: faq.t faq.raw $(TXT2PLAIN)
10 $(ACTION) $< 10 $(ACTION) $<
11 11
12faq.raw: FAQ 12faq.raw: FAQ $(TXT2PLAIN)
13 $(TXT2PLAIN) < $< > $@ 13 $(TXT2PLAIN) < $< > $@
14 14
15 15