From e27b7a3d2725937c5ced9a8d9213af672bc81618 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Sat, 4 Feb 2006 05:48:44 +0000 Subject: Don't forget the XInclude schema --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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) # -- cgit