summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2012-09-29 20:31:47 +0200
committerMurray Cumming <murrayc@murrayc.com>2012-09-29 20:31:47 +0200
commit8d77d0ae42b25d1174bf5faa4e126cfa4d96fe20 (patch)
tree6059a3311fddd9c2516437712a69a2aa5860df70
parent3ccbc0235e0b67c66a8c655fb53f3de4a540badc (diff)
downloadmm-common-8d77d0ae42b25d1174bf5faa4e126cfa4d96fe20.tar.gz
Dist .js files that doxygen now generates
-rw-r--r--build/doc-reference.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/doc-reference.am b/build/doc-reference.am
index 47e24fa..cb77754 100644
--- a/build/doc-reference.am
+++ b/build/doc-reference.am
@@ -42,7 +42,7 @@ book_title ?= $(PACKAGE_NAME) Reference Manual
# A list of wildcard patterns matching the files from the HTML directory
# generated by Doxygen which should be distributed and installed.
-htmlref_patterns ?= $(addprefix $(doc_outdir)/html/*.,css gif html png)
+htmlref_patterns ?= $(addprefix $(doc_outdir)/html/*.,css gif html png js)
# Locations of utilities shipped with glibmm. Made overridable
# in case the installed utilities cannot be used for some reason.