1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 07:42:27 +01:00

changed Makefile to a symlink instead of a copy, although symlinking to

the vimperator/ dir is not perfect. Do we really need separate Makefiles
for each doc dir instead of just make doc?
This commit is contained in:
Martin Stubenschrott
2009-01-07 19:35:03 +01:00
parent 653ff0fb72
commit 392f331562

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 @@
../../../vimperator/locale/en-US/Makefile