summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-04-23 17:38:56 +0100
committerSimon McVittie <smcv@collabora.com>2019-06-09 14:20:37 +0100
commita66357c1fef1ab73cf4b8a6c0dca9df0c4b602ed (patch)
treea16a850b05f4a58bfccae787792d97523df01a15
parent7ea360f3b13411725ca3e8785ee5322290a5d4db (diff)
downloaddbus-a66357c1fef1ab73cf4b8a6c0dca9df0c4b602ed.tar.gz
doc: Install highlight.pack.js if present
Newer versions of yelp-build use this instead of a jQuery syntax highlighter. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=106171 Reviewed-by: Philip Withnall <withnall@endlessm.com> [smcv: Also add it to .gitignore as suggested] Signed-off-by: Simon McVittie <smcv@collabora.com> (cherry picked from commit 49ad5b110fd5f5f4e41405d98007a11d8eb741f7)
-rw-r--r--doc/.gitignore1
-rw-r--r--doc/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/.gitignore b/doc/.gitignore
index e1ccbc8d..7e024f99 100644
--- a/doc/.gitignore
+++ b/doc/.gitignore
@@ -19,6 +19,7 @@ dbus-docs.tar.gz
doxygen.stamp
dbus-api-design.page
dbus-api-design.html
+/highlight.pack.js
jquery.js
jquery.syntax.brush.html.js
jquery.syntax.core.js
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 1a5dd89f..d62ca874 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -57,6 +57,7 @@ STATIC_HTML = \
YELP_STATIC_HTML = \
yelp.js \
C.css \
+ highlight.pack.js \
jquery.js \
jquery.syntax.js \
jquery.syntax.brush.html.js \