From be58266847b8fb06b4bc58a41f8425c72818f6c7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 6 Aug 2002 11:19:48 +0000 Subject: Manual makefile git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1549 a1c6a512-1295-4272-9138-f99709370657 --- www/manual/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 www/manual/Makefile (limited to 'www/manual') 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 @@ +ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ + +SRC := $(wildcard *.t) +OBJS := $(SRC:%.t=%.html) + +all: $(OBJS) + +%.html : %.t + $(ACTION) $< -- cgit v1.2.3