forked from len0rd/rockbox
added how_to_compile
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2009 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d29150ab88
commit
4ce85e71a8
1 changed files with 6 additions and 0 deletions
|
@ -37,5 +37,11 @@ custom_wps_format.raw: $(DOCS)/CUSTOM_WPS_FORMAT $(TXT2HTML)
|
||||||
custom_wps_format.html: custom_wps_format.t custom_wps_format.raw $(TXT2HTML)
|
custom_wps_format.html: custom_wps_format.t custom_wps_format.raw $(TXT2HTML)
|
||||||
$(ACTION) $<
|
$(ACTION) $<
|
||||||
|
|
||||||
|
how_to_compile.raw: $(DOCS)/README $(TXT2HTML)
|
||||||
|
$(TXT2HTML) < $< > $@
|
||||||
|
|
||||||
|
how_to_compile.html: how_to_compile.t how_to_compile.raw $(TXT2HTML)
|
||||||
|
$(ACTION) $<
|
||||||
|
|
||||||
%.html : %.t
|
%.html : %.t
|
||||||
$(ACTION) $<
|
$(ACTION) $<
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue