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