summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTammy Fox <tfox@redhat.com>2004-02-24 19:14:14 +0000
committerTammy Fox <tfox@redhat.com>2004-02-24 19:14:14 +0000
commit4b098628f3c0d20a3f4391d345c7d4010fd25e32 (patch)
tree08616a7b749f477f2950fc3e1abf8b06b984d8bc
parent10f3b28555c2b4c129ce39a836f4ddc4ec53ab56 (diff)
downloaddocumentation-guide-4b098628f3c0d20a3f4391d345c7d4010fd25e32.tar.gz
documentation-guide-4b098628f3c0d20a3f4391d345c7d4010fd25e32.tar.xz
documentation-guide-4b098628f3c0d20a3f4391d345c7d4010fd25e32.zip
fix pdf target name
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 30c7249..4d878c5 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ html:
@cp ../css/fedora.css $(DOCNAME)
-pdf-%:
+pdf:
@xmlto pdf -x $(XSLPDF) $(XMLFILE)
######################################################