forked from len0rd/rockbox
C++ comments should remain ;-)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1778 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
47219b9c05
commit
1880165e2e
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@
|
||||
ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -P -LL >$@
|
||||
|
||||
SRC := $(wildcard *.t)
|
||||
OBJS := $(SRC:%.t=%.html)
|
||||
|
@ -6,10 +6,10 @@ TXT2PLAIN = ../txt2plain.pl
|
|||
|
||||
all: $(OBJS)
|
||||
|
||||
faq.html: faq.t $(MAINPARTS) faq.raw
|
||||
faq.html: faq.t faq.raw $(TXT2PLAIN)
|
||||
$(ACTION) $<
|
||||
|
||||
faq.raw: FAQ
|
||||
faq.raw: FAQ $(TXT2PLAIN)
|
||||
$(TXT2PLAIN) < $< > $@
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue