1
0
Fork 0
forked from len0rd/rockbox

Daily builds

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@752 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-05-27 14:22:23 +00:00
parent 14a20d54b3
commit 872e3521dd
5 changed files with 73 additions and 1 deletions

View file

@ -1,13 +1,16 @@
ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -LL >$@
SRC := $(wildcard *.t)
OBJS := $(SRC:%.t=%.html)
OBJS := $(SRC:%.t=%.html) daily.shtml
.SUFFIXES: .t .html
%.html : %.t
$(ACTION) $<
%.shtml : %.t
$(ACTION) $<
all: $(OBJS)
@(cd schematics; $(MAKE))
@(cd docs; $(MAKE))
@ -18,3 +21,5 @@ all: $(OBJS)
main.html: main.t activity.html
daily.shtml: daily.t