summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
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.