Author: pfrields
Update of /cvs/docs/docs-common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26305
Modified Files: Makefile Log Message: Fix packaging to properly add menu and desktop files
Index: Makefile =================================================================== RCS file: /cvs/docs/docs-common/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile 12 Oct 2005 00:09:37 -0000 1.1 +++ Makefile 12 Oct 2005 14:59:44 -0000 1.2 @@ -40,6 +40,7 @@ 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 \
docs-commits@lists.fedoraproject.org