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>
This commit is contained in:
Simon McVittie 2018-04-23 17:38:56 +01:00
parent bab857fb6f
commit 49ad5b110f
2 changed files with 2 additions and 0 deletions

1
doc/.gitignore vendored
View 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

View 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 \