docs-common Makefile.common,1.7,1.8

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sat Aug 20 14:34:12 UTC 2005


Author: pfrields

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

Modified Files:
	Makefile.common 
Log Message:
Omit sizable .EPS files from tarball makes, since they are not useful anyway


Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile.common	12 Jul 2005 15:28:36 -0000	1.7
+++ Makefile.common	20 Aug 2005 14:34:09 -0000	1.8
@@ -32,7 +32,7 @@
 # document into a compressed tar archive.
 
 tarball ${DOCNAME}.tar.gz:: ${DOCNAME}/index.html
-	tar -zcf ${DOCNAME}.tar.gz ${DOCNAME}
+	tar -zc --exclude '*.eps' -f ${DOCNAME}.tar.gz ${DOCNAME}
 
 # The "pdf" or "${DOCNAME}.pdf" target produces an Adobe Portable Document
 # Format (PDF) file as output.




More information about the Fedora-docs-commits mailing list