summaryrefslogtreecommitdiff
path: root/make/doc-i18n-root-vars.make
diff options
context:
space:
mode:
authorJohn Mandereau <john.mandereau@gmail.com>2008-08-09 22:46:57 +0200
committerJohn Mandereau <john.mandereau@gmail.com>2008-08-11 18:11:57 +0200
commitdcfba9833e2698c689e72194024ee0db5a87f9cd (patch)
treee7101b9ae23ed3db50d4fe743a41936acdb41e33 /make/doc-i18n-root-vars.make
parent28bf4acab2451e3931e31e0b0f9c9a3d2cf150fb (diff)
Add translations status pages to the docball
- rewrite HTML prerequisites as a list, - create doc-i18n-root local stepmake template.
Diffstat (limited to 'make/doc-i18n-root-vars.make')
-rw-r--r--make/doc-i18n-root-vars.make3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/doc-i18n-root-vars.make b/make/doc-i18n-root-vars.make
new file mode 100644
index 0000000000..fdf8664263
--- /dev/null
+++ b/make/doc-i18n-root-vars.make
@@ -0,0 +1,3 @@
+HTML_PAGE_NAMES = index translations
+HTML_FILES = $(HTML_PAGE_NAMES:%=%.html)
+OUT_HTML_FILES = $(HTML_PAGE_NAMES:%=$(outdir)/%.html)