diff options
author | Tammy Fox <tfox@redhat.com> | 2004-02-24 19:14:14 +0000 |
---|---|---|
committer | Tammy Fox <tfox@redhat.com> | 2004-02-24 19:14:14 +0000 |
commit | 4b098628f3c0d20a3f4391d345c7d4010fd25e32 (patch) | |
tree | 08616a7b749f477f2950fc3e1abf8b06b984d8bc | |
parent | 10f3b28555c2b4c129ce39a836f4ddc4ec53ab56 (diff) | |
download | documentation-guide-4b098628f3c0d20a3f4391d345c7d4010fd25e32.tar.gz documentation-guide-4b098628f3c0d20a3f4391d345c7d4010fd25e32.tar.xz documentation-guide-4b098628f3c0d20a3f4391d345c7d4010fd25e32.zip |
fix pdf target name
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ html: @cp ../css/fedora.css $(DOCNAME) -pdf-%: +pdf: @xmlto pdf -x $(XSLPDF) $(XMLFILE) ###################################################### |