summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2005-10-12 14:59:43 +0000
committerPaul W. Frields <stickster@gmail.com>2005-10-12 14:59:43 +0000
commit73090dd5b4a3ae476a99d05fedca198579b51059 (patch)
tree6be6a467e5b14c98f881358035b724fd964aeeba /Makefile
parent00c1102821bbc03fcf2cc3a7cb09dae8bc4e5e0b (diff)
downloadfedora-doc-utils-73090dd5b4a3ae476a99d05fedca198579b51059.tar.gz
fedora-doc-utils-73090dd5b4a3ae476a99d05fedca198579b51059.tar.xz
fedora-doc-utils-73090dd5b4a3ae476a99d05fedca198579b51059.zip
Fix packaging to properly add menu and desktop files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a2da1ca..ef9c338 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,7 @@ rpm: update
find . -maxdepth 1 -type d \( \
-name 'common' -o \
-name 'css' -o \
+ -name 'packaging' -o \
-name 'stylesheet-images' \) | xargs -i \
find {} -maxdepth 1 -type f ! \( \
-name '.*' -o -name '*~' -o \