rockbox/www/manual/Makefile
Daniel Stenberg be58266847 Manual makefile
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1549 a1c6a512-1295-4272-9138-f99709370657
2002-08-06 11:19:48 +00:00

9 lines
184 B
Makefile

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) $<