X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=dbae6678aa6b3a3312091a827c28262b4af76324;hb=587b0f009b22d2a38850e879e2f1c59d36e379da;hp=31505897aa3608ca2f1ff10d275cd49d3a8f9c99;hpb=9c6f23117e2f2890f4408180aac103ca250d1ac0;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index 31505897..dbae6678 100644 --- a/Makefile.am +++ b/Makefile.am @@ -363,7 +363,7 @@ dist_rc_DATA = \ data/menu.xml edit = $(SED) \ - -e 's!@time\@!`date`!' \ + -e 's!@time\@!$(shell date "+%a, %d %B %Y %T %z")!' \ -e 's!@version\@!$(VERSION)!' \ -e 's!@bindir\@!$(bindir)!' @@ -390,7 +390,6 @@ debian/changelog: debian debian/changelog.in @rm -f $@ @mkdir debian 2>/dev/null || true @$(edit) $(srcdir)/debian/changelog.in >$@ - @chmod +x $@ dist_gnomewmfiles_DATA = \ data/gnome-wm-properties/openbox.desktop \ @@ -465,8 +464,8 @@ distclean-local: done \ done -deb: dist debian/changelog +deb: dist debian/changelog fakeroot debian/rules binary -# dpkg-buildpackage -rfakeroot +# dpkg-buildpackage -b -rfakeroot -f openbox-$(VERSION).tar.gz .PHONY: doc deb