summaryrefslogtreecommitdiffstats
path: root/packaging/adaptive-index-html/Makefile
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-09-19 01:13:03 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-09-19 01:13:03 +0000
commit046efff9292446effed9f022efe7f34fc99e924b (patch)
treef67ba0c59bfa687b36daa8e1d9bc394c6533aed4 /packaging/adaptive-index-html/Makefile
parent73d3cf813083699bf550806f718e301c686ffc8b (diff)
downloadfedora-doc-utils-046efff9292446effed9f022efe7f34fc99e924b.tar.gz
fedora-doc-utils-046efff9292446effed9f022efe7f34fc99e924b.tar.xz
fedora-doc-utils-046efff9292446effed9f022efe7f34fc99e924b.zip
Moving these scripts to the packaging directory; they don't make sense
here in the per-revision directory.
Diffstat (limited to 'packaging/adaptive-index-html/Makefile')
-rw-r--r--packaging/adaptive-index-html/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/packaging/adaptive-index-html/Makefile b/packaging/adaptive-index-html/Makefile
new file mode 100644
index 0000000..382090c
--- /dev/null
+++ b/packaging/adaptive-index-html/Makefile
@@ -0,0 +1,18 @@
+# The values below will be overriden when this script is invoked from
+# Makefile.common with the proper values.
+
+PRI_LANG=en
+OTHERS =de ru it ja_JP pt_BR zh_CN
+
+all:: index.html
+
+index.html:: mkindex mkindex.awk mkindex.map index.html.in
+ ./mkindex -o $@ ${PRI_LANG} ${OTHERS}
+
+clean::
+
+distclean clobber:: clean
+ ${RM} index.html
+
+view:: index.html
+ htmlview index.html