diff --git a/muttator/locale/en-US/Makefile b/muttator/locale/en-US/Makefile deleted file mode 100644 index 2d2deab1..00000000 --- a/muttator/locale/en-US/Makefile +++ /dev/null @@ -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)/$@ diff --git a/muttator/locale/en-US/Makefile b/muttator/locale/en-US/Makefile new file mode 120000 index 00000000..e1e706f9 --- /dev/null +++ b/muttator/locale/en-US/Makefile @@ -0,0 +1 @@ +../../../vimperator/locale/en-US/Makefile \ No newline at end of file