summaryrefslogtreecommitdiff
path: root/www/manual
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-08-06 11:19:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-08-06 11:19:48 +0000
commitbe58266847b8fb06b4bc58a41f8425c72818f6c7 (patch)
tree04acf5ccad8aba44286add54299191c7dba15512 /www/manual
parent001268a451019cd2b5293b8e4428bf9948842a21 (diff)
downloadrockbox-be58266847b8fb06b4bc58a41f8425c72818f6c7.tar.gz
rockbox-be58266847b8fb06b4bc58a41f8425c72818f6c7.zip
Manual makefile
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1549 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/manual')
-rw-r--r--www/manual/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/manual/Makefile b/www/manual/Makefile
new file mode 100644
index 0000000000..751a62f256
--- /dev/null
+++ b/www/manual/Makefile
@@ -0,0 +1,9 @@
1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@
2
3SRC := $(wildcard *.t)
4OBJS := $(SRC:%.t=%.html)
5
6all: $(OBJS)
7
8%.html : %.t
9 $(ACTION) $<