diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-12 21:45:47 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-12 21:45:47 +0000 |
| commit | 9c6f23117e2f2890f4408180aac103ca250d1ac0 (patch) | |
| tree | d62a947ea3dfa40041c6563474122faac7b2021f /Makefile.am | |
| parent | ea5d04bc533aca0ec9499d078208cec71267d610 (diff) | |
some changes to the build stuff for debian
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 29 |
1 files changed, 28 insertions, 1 deletions
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 |
