X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=31505897aa3608ca2f1ff10d275cd49d3a8f9c99;hb=9c6f23117e2f2890f4408180aac103ca250d1ac0;hp=f6ad6b770ebdb9718245a8355a22fec6a6689a63;hpb=ea5d04bc533aca0ec9499d078208cec71267d610;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index f6ad6b77..31505897 100644 --- a/Makefile.am +++ b/Makefile.am @@ -363,6 +363,7 @@ dist_rc_DATA = \ data/menu.xml edit = $(SED) \ + -e 's!@time\@!`date`!' \ -e 's!@version\@!$(VERSION)!' \ -e 's!@bindir\@!$(bindir)!' @@ -384,6 +385,13 @@ data/xsession/openbox-kde-session: Makefile data \ @$(edit) $(srcdir)/data/xsession/openbox-kde-session.in >$@ @chmod +x $@ +debian/changelog: debian debian/changelog.in + @echo make: creating $@ + @rm -f $@ + @mkdir debian 2>/dev/null || true + @$(edit) $(srcdir)/debian/changelog.in >$@ + @chmod +x $@ + dist_gnomewmfiles_DATA = \ data/gnome-wm-properties/openbox.desktop \ data/gnome-wm-properties/openbox-gnome.desktop \ @@ -395,6 +403,21 @@ 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 version.h.in \ data/rc.xsd \ data/menu.xsd \ @@ -442,4 +465,8 @@ distclean-local: done \ done -.PHONY: doc +deb: dist debian/changelog + fakeroot debian/rules binary +# dpkg-buildpackage -rfakeroot + +.PHONY: doc deb