summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2005-06-28 21:25:17 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2005-06-28 21:25:17 +0000
commit6df39f9d36085b31e72e414bea8f31ac7afbc6bf (patch)
treef0352d05855656180bc7ae8ec24d6dd628c8b580
parent4d8abc165c2358cab47edad271a6811fcbff82ba (diff)
downloadfedora-doc-utils-6df39f9d36085b31e72e414bea8f31ac7afbc6bf.tar.gz
fedora-doc-utils-6df39f9d36085b31e72e414bea8f31ac7afbc6bf.tar.xz
fedora-doc-utils-6df39f9d36085b31e72e414bea8f31ac7afbc6bf.zip
Added make target "make tarball" to generate a tar(1) archive of the HTML
form of a document.
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index deaa16b..979e3b2 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -1,2 +1,2 @@
tarball ${DOCNAME}.tar.gz: html
- tar -zcf $${DOCNAME}.tar.gz ${DOCNAME}
+ tar -zcf ${DOCNAME}.tar.gz ${DOCNAME}