Here's the fix that allows me to once again build automated RPMs.

-- 
Kayvan A. Sylvan                   | Proud husband of      | Father to my kids:
Sylvan Associates, Inc.            | Laura Isabella Sylvan | Katherine Yelena
http://www.successlinks.com/kayvan | Reach your goals now! | Robin Gregory
Index: src/frontends/Makefile.am
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/Makefile.am,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile.am
--- src/frontends/Makefile.am   2000/08/14 15:17:54     1.7
+++ src/frontends/Makefile.am   2000/08/15 15:36:12
@@ -21,3 +21,7 @@
        Toolbar.C \
        Toolbar.h
 
+EXTRA_DIST = kde gnome
+
+dist-hook:
+       cd $(distdir) ; rm -rf `find kde -name \*CVS\*`; rm -rf `find gnome -name 
+\*CVS\*` 
Index: ChangeLog
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/ChangeLog,v
retrieving revision 1.489
diff -u -u -r1.489 ChangeLog
--- ChangeLog   2000/08/15 09:40:02     1.489
+++ ChangeLog   2000/08/15 17:08:25
@@ -1,3 +1,7 @@
+2000-08-15  Kayvan A. Sylvan <[EMAIL PROTECTED]>
+
+       * src/frontend/Makefile.am: Add gnome and kde to dist tar file.
+
 2000-08-15  Lars Gullik Bjønnes  <[EMAIL PROTECTED]>
 
        * src/WorkArea.C (work_area_handler): more work to get te

Reply via email to