From c54c179d98b8eafcb293e50bb5d76ba374ee44b2 Mon Sep 17 00:00:00 2001 From: Ted Pavlic Date: Wed, 7 Jan 2009 10:34:33 -0500 Subject: [PATCH] Added small Makefiles to doc dirs to make building docs more convenient. --- muttator/locale/en-US/Makefile | 9 +++++++++ vimperator/locale/en-US/Makefile | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 muttator/locale/en-US/Makefile create mode 100644 vimperator/locale/en-US/Makefile diff --git a/muttator/locale/en-US/Makefile b/muttator/locale/en-US/Makefile new file mode 100644 index 00000000..c2521e8b --- /dev/null +++ b/muttator/locale/en-US/Makefile @@ -0,0 +1,9 @@ +THISLOCALE=$(notdir $(shell pwd)) + +all: *.html + +%: %.html %.txt + @make $@.html + +%.html: %.txt asciidoc.conf + @make -C ../../ locale/$(THISLOCALE)/$@ diff --git a/vimperator/locale/en-US/Makefile b/vimperator/locale/en-US/Makefile new file mode 100644 index 00000000..c2521e8b --- /dev/null +++ b/vimperator/locale/en-US/Makefile @@ -0,0 +1,9 @@ +THISLOCALE=$(notdir $(shell pwd)) + +all: *.html + +%: %.html %.txt + @make $@.html + +%.html: %.txt asciidoc.conf + @make -C ../../ locale/$(THISLOCALE)/$@