]> Dogcows Code - chaz/openbox/blobdiff - Makefile.am
add David to the credits
[chaz/openbox] / Makefile.am
index a4e1fbb2e4a1b4f42d3a6cf9bc128ff36dbd94b1..35eaa47eb6b77ab59a471b91c594ae23edf62a21 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 \
@@ -396,19 +393,13 @@ dist_xsessions_DATA = \
 dist_noinst_DATA = \
        debian/changelog.in \
        debian/compat \
+       debian/conffiles \
        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/menu \
+       debian/postinst \
+       debian/postrm \
        debian/rules \
-       debian/watch.ex \
        version.h.in \
        data/rc.xsd \
        data/menu.xsd \
@@ -438,7 +429,10 @@ dist_noinst_DATA = \
 dist_doc_DATA = \
        COMPLIANCE \
        README \
-       AUTHORS
+       AUTHORS \
+       data/rc.xsd \
+       data/menu.xsd \
+       data/themerc.xsd
 
 EXTRA_DIST = \
        config.rpath \
@@ -456,10 +450,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.021599 seconds and 4 git commands to generate.