From 4e6372dc35cc1414c2d38099efdb6abe7f66518c Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Tue, 11 Apr 2006 20:18:36 +0000 Subject: Don't forget the entities files now that we have them --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f114b0c..5c784f7 100644 --- a/Makefile +++ b/Makefile @@ -52,6 +52,7 @@ rpm: update -name '*.svg' -o -name '*.eps' \) | \ cpio -pamdv $(DOCBASE)-$(VERSION) find . -maxdepth 2 -type d \ + -name 'entities' -o \ -name '2001' | xargs -i \ find {} -maxdepth 1 -type f | \ cpio -pamdv $(DOCBASE)-$(VERSION) -- cgit