1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

* Use GIF callouts instead of PNG since the GIFs have transparency.

This commit is contained in:
Eelco Dolstra 2006-10-04 12:20:07 +00:00
parent 4a7ece698b
commit 0ef3bd3c37

View file

@ -5,7 +5,11 @@ XSLTPROC = $(xsltproc) $(xmlflags) \
--param html.stylesheet \'style.css\' \ --param html.stylesheet \'style.css\' \
--param xref.with.number.and.title 1 \ --param xref.with.number.and.title 1 \
--param toc.section.depth 3 \ --param toc.section.depth 3 \
--param admon.style \'\' --param admon.style \'\' \
--param callout.graphics.extension \'.gif\'
# Note: we use GIF for now, since the PNGs shipped with Docbook aren't
# transparent.
man1_MANS = nix-env.1 nix-build.1 nix-store.1 nix-instantiate.1 \ man1_MANS = nix-env.1 nix-build.1 nix-store.1 nix-instantiate.1 \
nix-collect-garbage.1 nix-push.1 nix-pull.1 \ nix-collect-garbage.1 nix-push.1 nix-pull.1 \
@ -73,9 +77,9 @@ install-data-local: manual.html
images: images:
mkdir images mkdir images
cp $(docbookxsl)/images/*.png images # cp $(docbookxsl)/images/*.gif images
mkdir images/callouts mkdir images/callouts
cp $(docbookxsl)/images/callouts/*.png images/callouts cp $(docbookxsl)/images/callouts/*.gif images/callouts
chmod -R +w images chmod -R +w images
KEEP = manual.html manual.is-valid version.txt $(MANS) NEWS.html NEWS.txt KEEP = manual.html manual.is-valid version.txt $(MANS) NEWS.html NEWS.txt