summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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)
#