X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=35eaa47eb6b77ab59a471b91c594ae23edf62a21;hb=ecde8e8f731cf397ab82ce59aab0e18a50af70c0;hp=36768ec303aef6d026af2bee4e27ad41a56b62a8;hpb=9e398b635c7a6230da90bbfbfbd60c901af8cd62;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index 36768ec3..35eaa47e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -363,7 +363,6 @@ dist_rc_DATA = \ data/menu.xml edit = $(SED) \ - -e 's!@time\@!$(shell date "+%a, %d %B %Y %T %z")!' \ -e 's!@version\@!$(VERSION)!' \ -e 's!@bindir\@!$(bindir)!' @@ -384,9 +383,7 @@ data/xsession/openbox-kde-session: Makefile data \ @chmod +x $@ dist_gnomewmfiles_DATA = \ - data/gnome-wm-properties/openbox.desktop \ - data/gnome-wm-properties/openbox-gnome.desktop \ - data/gnome-wm-properties/openbox-kde.desktop + data/gnome-wm-properties/openbox.desktop dist_xsessions_DATA = \ data/xsession/openbox.desktop \ @@ -394,21 +391,15 @@ dist_xsessions_DATA = \ data/xsession/openbox-kde.desktop dist_noinst_DATA = \ - debian/changelog.in - debian/compat - debian/control - debian/copyright - debian/dirs - debian/docs - debian/menu.ex - debian/openbox-default.ex - debian/openbox.doc-base.EX - debian/postinst.ex - debian/postrm.ex - debian/preinst.ex - debian/prerm.ex - debian/rules - debian/watch.ex + debian/changelog.in \ + debian/compat \ + debian/conffiles \ + debian/control \ + debian/copyright \ + debian/menu \ + debian/postinst \ + debian/postrm \ + debian/rules \ version.h.in \ data/rc.xsd \ data/menu.xsd \ @@ -438,7 +429,10 @@ dist_noinst_DATA = \ dist_doc_DATA = \ COMPLIANCE \ README \ - AUTHORS + AUTHORS \ + data/rc.xsd \ + data/menu.xsd \ + data/themerc.xsd EXTRA_DIST = \ config.rpath \ @@ -456,10 +450,4 @@ distclean-local: done \ done -deb: Makefile - $(edit) $(srcdir)/debian/changelog.in >$(srcdir)/debian/changelog - fakeroot debian/rules binary - -# dpkg-buildpackage -b -rfakeroot -f openbox-$(VERSION).tar.gz - -.PHONY: doc deb +.PHONY: doc