From 392f33156231ab76bb27021118ccbe6252c73e8a Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Wed, 7 Jan 2009 19:35:03 +0100 Subject: [PATCH] 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? --- muttator/locale/en-US/Makefile | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) mode change 100644 => 120000 muttator/locale/en-US/Makefile 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