X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=6011e04c46653d1028d047cc864a5006cd942d2f;hb=1801e11a8181a800548ca178813267a56b9c270a;hp=36768ec303aef6d026af2bee4e27ad41a56b62a8;hpb=9e398b635c7a6230da90bbfbfbd60c901af8cd62;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index 36768ec3..6011e04c 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)!' @@ -394,21 +393,19 @@ 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/control \ + debian/copyright \ + 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 \ version.h.in \ data/rc.xsd \ data/menu.xsd \ @@ -456,10 +453,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