From: Dana Jansens Date: Thu, 10 May 2007 04:05:38 +0000 (+0000) Subject: dont clean the rc and menu. and include them in make dist X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=cf466cde118f517f78850188d0aaad3e1a18d1d6;p=chaz%2Fopenbox dont clean the rc and menu. and include them in make dist --- diff --git a/Makefile.am b/Makefile.am index 95b017a4..c14d118a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -369,7 +369,7 @@ nodist_pkgconfig_DATA = \ dist_pixmap_DATA = \ data/openbox.png -nodist_rc_DATA = \ +dist_rc_DATA = \ data/rc.xml \ data/menu.xml @@ -439,10 +439,6 @@ EXTRA_DIST = \ COPYING \ AUTHORS -CLEANFILES = \ - data/rc.xml \ - data/menu.xml - #doc: # $(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc