]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
doc: Install highlight.pack.js if present
authorSimon McVittie <smcv@collabora.com>
Mon, 23 Apr 2018 16:38:56 +0000 (17:38 +0100)
committerSimon McVittie <smcv@collabora.com>
Sun, 9 Jun 2019 13:20:37 +0000 (14:20 +0100)
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)

doc/.gitignore
doc/Makefile.am

index e1ccbc8d9d831818be9b44bf17453484bb73a14c..7e024f99fa86eb5a5153c3a6ef34033c7bf2306b 100644 (file)
@@ -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
index 1a5dd89f1b9972198016e94ccc52ff488fa32a75..d62ca874e14662420ba1dc825390bac9f414420b 100644 (file)
@@ -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 \