Remove style.css

https://github.com/NixOS/nix/issues/3392
This commit is contained in:
Eelco Dolstra
2020-03-13 16:17:48 +01:00
parent 123bee1db5
commit be0ec2d223
2 changed files with 1 additions and 258 deletions

View File

@ -3,14 +3,13 @@ DOCBOOK_FILES = installation.xml introduction.xml manual.xml projects.xml hackin
EXTRA_DIST = $(DOCBOOK_FILES)
xsltproc_opts = \
--param html.stylesheet \'style.css\' \
--param callout.graphics.extension \'.gif\' \
--param section.autolabel 1 \
--param section.label.includes.component.label 1
# Include the manual in the tarball.
dist_html_DATA = manual.html style.css
dist_html_DATA = manual.html
# Embed Docbook's callout images in the distribution.
EXTRA_DIST += images