docs-common Makefile.common,1.1,1.2

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Tue Jun 28 21:25:19 UTC 2005


Author: jtr

Update of /cvs/docs/docs-common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17947/docs-common

Modified Files:
	Makefile.common 
Log Message:
Added make target "make tarball" to generate a tar(1) archive of the HTML
form of a document.



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.common	28 Jun 2005 21:20:49 -0000	1.1
+++ Makefile.common	28 Jun 2005 21:25:17 -0000	1.2
@@ -1,2 +1,2 @@
 tarball ${DOCNAME}.tar.gz: html
-	tar -zcf $${DOCNAME}.tar.gz ${DOCNAME}
+	tar -zcf ${DOCNAME}.tar.gz ${DOCNAME}




More information about the Fedora-docs-commits mailing list