From: Simon McVittie Date: Mon, 23 Apr 2018 16:38:56 +0000 (+0100) Subject: doc: Install highlight.pack.js if present X-Git-Tag: dbus-1.13.4~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49ad5b110fd5f5f4e41405d98007a11d8eb741f7;p=thirdparty%2Fdbus.git 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 [smcv: Also add it to .gitignore as suggested] Signed-off-by: Simon McVittie --- diff --git a/doc/.gitignore b/doc/.gitignore index e1ccbc8d9..7e024f99f 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 31e6e3e62..cf2b667f3 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 \