summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2005-06-29 14:41:37 +0000
committerPaul W. Frields <stickster@gmail.com>2005-06-29 14:41:37 +0000
commit42fca8400ed5ce3399734a266b155f692b6c4841 (patch)
tree43044e1e4bbe0e9371737440678b3c87432b8b99
parent065351cc8fc0b6add55ac9d126aa3e1cf1c9f8ce (diff)
downloadfedora-doc-utils-42fca8400ed5ce3399734a266b155f692b6c4841.tar.gz
fedora-doc-utils-42fca8400ed5ce3399734a266b155f692b6c4841.tar.xz
fedora-doc-utils-42fca8400ed5ce3399734a266b155f692b6c4841.zip
Get the images and CSS, remember to clean it up too
-rw-r--r--Makefile.common7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index c6bfc8b..a7ad267 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -49,9 +49,14 @@ html ${DOCNAME}/index.html:: ${XMLFILE} ${XMLEXTRAFILES}
html-nochunks $(DOCNAME).html:: ${XMLFILE} ${XMLEXTRAFILES}
xmlto html-nochunks -x $(XSLHTMLNOCHUNKS) $(XMLFILE)
+ mkdir -p stylesheet-images
+ cp ../docs-common/stylesheet-images/*.png stylesheet-images
+ cp ../docs-common/css/fedora.css .
# The "clean" or "distclean" target will remove all generated and temporary
# files.
distclean clean:
- ${RM} -r ${DOCNAME}.pdf $(DOCNAME) ${DOCNAME}.tar.gz ${DOCNAME}.html
+ ${RM} -r ${DOCNAME}.pdf $(DOCNAME) \
+ ${DOCNAME}.tar.gz \
+ ${DOCNAME}.html stylesheet-images fedora.css