summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2005-06-29 13:02:27 +0000
committerPaul W. Frields <stickster@gmail.com>2005-06-29 13:02:27 +0000
commit475d21057fadae627843e3e0471965a05f08f973 (patch)
tree3babc125a35bae10144e4e2923b84be3501b4a9e /Makefile
parent687fd2759bf0a4fca9af6155b470b221fce7b8d4 (diff)
downloaddocumentation-guide-475d21057fadae627843e3e0471965a05f08f973.tar.gz
documentation-guide-475d21057fadae627843e3e0471965a05f08f973.tar.xz
documentation-guide-475d21057fadae627843e3e0471965a05f08f973.zip
Subscribe to new Makefile.common functions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/Makefile b/Makefile
index da9892f..e5bac50 100644
--- a/Makefile
+++ b/Makefile
@@ -16,16 +16,3 @@ XMLFILE = $(DOCNAME).xml
######################################################
include ../docs-common/Makefile.common
######################################################
-html:
- @xmlto html -x $(XSLHTML) -o $(DOCNAME) $(XMLFILE)
- @mkdir -p $(DOCNAME)/stylesheet-images
- @cp ../docs-common/stylesheet-images/*.png $(DOCNAME)/stylesheet-images
- @cp ../docs-common/css/fedora.css $(DOCNAME)
-
-
-pdf:
- @xmlto pdf -x $(XSLPDF) $(XMLFILE)
-######################################################
-
-clean:
- @rm -rfv *.html *.pdf *.tex $(DOCNAME) $(DOCNAME).tar.gz