[Git][NTPsec/ntpsec][master] Fix missing asciidoc.css
Amar Takhar
gitlab at mg.gitlab.com
Tue Nov 24 00:55:11 UTC 2015
Amar Takhar pushed to branch master at NTPsec / ntpsec
Commits:
1da601ce by Amar Takhar at 2015-11-23T19:54:53Z
Fix missing asciidoc.css
Reported by: Francis Turner
- - - - -
1 changed file:
- docs/wscript
Changes:
=====================================
docs/wscript
=====================================
--- a/docs/wscript
+++ b/docs/wscript
@@ -25,7 +25,7 @@ def build(ctx):
target = [ctx.path.find_node(dir).get_bld().make_node(x.name) for x in image_source]
)
- extra = ["asciidoc.js"]
+ extra = ["asciidoc.js", "asciidoc.css"]
# Copy extra files
ctx(
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/1da601ce9718a72cc0eb614215d7121db47226b9
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20151124/3fdc9a3b/attachment.html>
More information about the vc
mailing list