summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2005-08-20 14:34:09 +0000
committerPaul W. Frields <stickster@gmail.com>2005-08-20 14:34:09 +0000
commit9cb24130339969a51545606e1087e9dfc4e5f1c6 (patch)
tree23248e03164302c800ffa576ca5a05691c08a28f
parentf16c9f4043790acd006d9cc154af64158a39e97d (diff)
downloadfedora-doc-utils-monolanguage-infrastructure.tar.gz
fedora-doc-utils-monolanguage-infrastructure.tar.xz
fedora-doc-utils-monolanguage-infrastructure.zip
Omit sizable .EPS files from tarball makes, since they are not useful anywaymonolanguage-infrastructure
-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.