summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2005-12-30 16:26:27 +0000
committerPaul W. Frields <stickster@gmail.com>2005-12-30 16:26:27 +0000
commitcf224bd7152df503d752a766eb5e4c7bd5e774af (patch)
treeac7a04a7b21b4e9120a4864879c374dba49a8461 /Makefile
parentf17f7c0e1d73fca5fe0ba1680d9e73bd9e20f532 (diff)
downloadfedora-doc-utils-cf224bd7152df503d752a766eb5e4c7bd5e774af.tar.gz
fedora-doc-utils-cf224bd7152df503d752a766eb5e4c7bd5e774af.tar.xz
fedora-doc-utils-cf224bd7152df503d752a766eb5e4c7bd5e774af.zip
A little remaining cleanup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c0a8b83..b520cde 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,7 @@ RPM = rpm ${RPMFLAGS}
clean:
rm -rf $(DOCBASE)*.rpm
+ rm -rf $(PWD)/rpmbuild
update: clean
cvs update
@@ -40,10 +41,13 @@ rpm: update
# Make RPM-compliant tarball of source XML and other stuff
mkdir $(DOCBASE)-$(RELEASE)
find . -maxdepth 1 -type d \( \
+ -name 'bin' -o \
-name 'common' -o \
-name 'css' -o \
+ -name 'images' -o \
-name 'packaging' -o \
- -name 'stylesheet-images' \) | xargs -i \
+ -name 'stylesheet-images' -o \
+ -name 'xsl' \) | xargs -i \
find {} -maxdepth 1 -type f ! \( \
-name '.*' -o -name '*~' -o \
-name '*.svg' -o -name '*.eps' \) | \