From: Dana Jansens Date: Tue, 22 May 2007 05:15:26 +0000 (+0000) Subject: fix what manpage files are included in the distribution and make clean delete the... X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=d608649e8540db6842b1fd57d5f23c230346167e;p=chaz%2Fopenbox fix what manpage files are included in the distribution and make clean delete the generated ones --- diff --git a/Makefile.am b/Makefile.am index a4c5c6f4..8f4c14e2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -449,7 +449,7 @@ dist_doc_DATA = \ data/themerc.xsd \ doc/rc-mouse-focus.xml -dist_man_MANS = \ +nodist_man_MANS = \ doc/openbox.1 \ doc/openbox-session.1 \ doc/openbox-gnome-session.1 \ @@ -471,6 +471,10 @@ EXTRA_DIST = \ # make clean doesn't delete these for some reason, even though they are # built by make CLEANFILES = \ + doc/openbox.1 \ + doc/openbox-session.1 \ + doc/openbox-gnome-session.1 \ + doc/openbox-kde-session.1 \ data/xsession/openbox-session \ data/xsession/openbox-gnome-session \ data/xsession/openbox-kde-session \