]> Dogcows Code - chaz/openbox/blobdiff - Makefile.am
changes to build..
[chaz/openbox] / Makefile.am
index 36768ec303aef6d026af2bee4e27ad41a56b62a8..3ae2b3dd1fd5bd503d27c37912aadd5683fb5618 100644 (file)
@@ -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)!'
 
@@ -384,9 +383,7 @@ data/xsession/openbox-kde-session: Makefile data \
        @chmod +x $@
 
 dist_gnomewmfiles_DATA = \
-       data/gnome-wm-properties/openbox.desktop \
-       data/gnome-wm-properties/openbox-gnome.desktop \
-       data/gnome-wm-properties/openbox-kde.desktop
+       data/gnome-wm-properties/openbox.desktop
 
 dist_xsessions_DATA = \
        data/xsession/openbox.desktop \
@@ -394,21 +391,14 @@ 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 \
+       debian/postinst \
+       debian/postrm \
+       debian/rules \
        version.h.in \
        data/rc.xsd \
        data/menu.xsd \
@@ -456,10 +446,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
This page took 0.021265 seconds and 4 git commands to generate.