mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-01 10:18:08 +02:00
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:
parent
bab857fb6f
commit
49ad5b110f
2 changed files with 2 additions and 0 deletions
1
doc/.gitignore
vendored
1
doc/.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue