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:
@@ -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)/$@
|
||||
1
vimperator/locale/en-US/Makefile
Symbolic link
1
vimperator/locale/en-US/Makefile
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/Makefile.doc
|
||||
Reference in New Issue
Block a user