diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-10 04:05:38 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-10 04:05:38 +0000 |
| commit | cf466cde118f517f78850188d0aaad3e1a18d1d6 (patch) | |
| tree | 0eecb8caeaa96be0315dd3f38853ba2b2f7394de /Makefile.am | |
| parent | f237e72a307acd7c487c7e2257e24a735c3e7d6e (diff) | |
dont clean the rc and menu. and include them in make dist
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
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 |
