summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-02-04 05:48:44 +0000
committerPaul W. Frields <stickster@gmail.com>2006-02-04 05:48:44 +0000
commite27b7a3d2725937c5ced9a8d9213af672bc81618 (patch)
tree40c52cf7771072f0949a7bf3bdbe187bde490181
parentaa4082fd79e4ad7c7230f6aac25d602cc2c4f9a4 (diff)
downloadfedora-doc-utils-e27b7a3d2725937c5ced9a8d9213af672bc81618.tar.gz
fedora-doc-utils-e27b7a3d2725937c5ced9a8d9213af672bc81618.tar.xz
fedora-doc-utils-e27b7a3d2725937c5ced9a8d9213af672bc81618.zip
Don't forget the XInclude schema
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9debb31..48b140b 100644
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,10 @@ rpm: update
-name '.*' -o -name '*~' -o \
-name '*.svg' -o -name '*.eps' \) | \
cpio -pamdv $(DOCBASE)-$(VERSION)
+ find . -maxdepth 2 -type d \
+ -name '2001' | xargs -i \
+ find {} -maxdepth 1 -type f | \
+ cpio -pamdv $(DOCBASE)-$(VERSION)
# include Makefile.common for use in offline FDP doc building
cp Makefile.common $(DOCBASE)-$(VERSION)
#