1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 20:04:11 +01:00

Makefile.doc cleanup. Also made Makefile build t2t's too with doc target.

This commit is contained in:
Ted Pavlic
2009-01-08 17:25:26 -05:00
parent f901cb1f42
commit 438a648b14
4 changed files with 78 additions and 42 deletions

View File

@@ -1,18 +0,0 @@
THIS_LOCALE = $(notdir $(shell pwd))
DOC_FILES = $(addsuffix .html,$(basename $(wildcard *.txt)))
.PHONY: all doc clean distclean
doc: $(DOC_FILES)
clean:
find . -name '*~' -exec rm -f {} \;
distclean: clean
rm -f $(DOC_FILES)
%: %.html %.txt
@
%.html: %.txt ../../../common/Makefile.common asciidoc.conf
@make -C ../../ locale/$(THIS_LOCALE)/$@

View File

@@ -0,0 +1 @@
../../../common/Makefile.doc