forked from len0rd/rockbox
added custom_wps_format info
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1906 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c45166db3e
commit
b6e8aadb71
1 changed files with 9 additions and 3 deletions
|
@ -11,12 +11,12 @@ DOCS = ../docs_
|
|||
|
||||
all: $(OBJS)
|
||||
|
||||
faq.html: faq.t faq.raw $(TXT2PLAIN)
|
||||
$(ACTION) $<
|
||||
|
||||
faq.raw: $(DOCS)/FAQ $(TXT2PLAIN)
|
||||
$(TXT2PLAIN) < $< > $@
|
||||
|
||||
faq.html: faq.t faq.raw $(TXT2PLAIN)
|
||||
$(ACTION) $<
|
||||
|
||||
battery-faq.raw: $(DOCS)/BATTERY-FAQ $(TXT2PLAIN)
|
||||
$(TXT2PLAIN) < $< > $@
|
||||
|
||||
|
@ -29,5 +29,11 @@ contributing.raw: $(DOCS)/CONTRIBUTING $(TXT2PLAIN)
|
|||
contributing.html: contributing.t contributing.raw $(TXT2PLAIN)
|
||||
$(ACTION) $<
|
||||
|
||||
custom_wps_format.raw: $(DOCS)/CUSTOM_WPS_FORMAT $(TXT2PLAIN)
|
||||
$(TXT2PLAIN) < $< > $@
|
||||
|
||||
custom_wps_format.html: custom_wps_format.t custom_wps_format.raw $(TXT2PLAIN)
|
||||
$(ACTION) $<
|
||||
|
||||
%.html : %.t
|
||||
$(ACTION) $<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue