summaryrefslogtreecommitdiff
path: root/docs/manuals.mak
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2001-12-15 23:28:44 +0000
committerAndy Wingo <wingo@pobox.com>2001-12-15 23:28:44 +0000
commit6fee15adad1a9b58e1765aed865c8f79fb358450 (patch)
tree106c82d1044348017d348f454d434f3bfe8c3df7 /docs/manuals.mak
parent273d058d0361f98fa200b0c35d09a5bdaa4c9ce4 (diff)
no more admonition graphics (those pointing fingers beside 'notes' et al) because there's no standard path to find them.
Original commit message from CVS: no more admonition graphics (those pointing fingers beside 'notes' et al) because there's no standard path to find them.
Diffstat (limited to 'docs/manuals.mak')
-rw-r--r--docs/manuals.mak1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/manuals.mak b/docs/manuals.mak
index 36e0997d06..5e9b57d5f7 100644
--- a/docs/manuals.mak
+++ b/docs/manuals.mak
@@ -58,7 +58,6 @@ $(DOC): $(XML) $(PNGS) $(XSLHTML) $(XSLHTMLMODS)
cp magic-png magic
xsltproc $(XSLHTML) $(MAIN)
mv *.html $@
- cp -a $(STYLESHEET_IMAGES) $@/stylesheet-images
cp $(CSS) $@
test "x$(PNGS)" != "x" && mkdir $@/images && cp $(PNGS) $@/images || true