X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=602a59c14615ca42f12687561f437f0ac2c676f6;hb=b7341b136a1374cd29e27eb9a69797142ff4258a;hp=a4e1fbb2e4a1b4f42d3a6cf9bc128ff36dbd94b1;hpb=cb30ea2fdea8d0779e56dce99a27723bc1a500e8;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index a4e1fbb2..602a59c1 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)!' @@ -456,10 +455,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