From 9cb24130339969a51545606e1087e9dfc4e5f1c6 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Sat, 20 Aug 2005 14:34:09 +0000 Subject: Omit sizable .EPS files from tarball makes, since they are not useful anyway --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 5ba4f83..c610c01 100644 --- a/Makefile.common +++ b/Makefile.common @@ -32,7 +32,7 @@ all:: ${DOCNAME}/index.html # 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. -- cgit