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:
parent
14a20d54b3
commit
872e3521dd
5 changed files with 73 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue