chiark / gitweb /
volume_id: remove unused usage types
[elogind.git] / Makefile.am
index a4260ea8e7810de6897fb2eb79c0b20340919a2f..1d87bfd1a89a9447c1491f1cd9cd170ad7954df4 100644 (file)
@@ -1,3 +1,5 @@
+include $(top_srcdir)/Makefile.am.inc
+
 SUBDIRS = \
        udev \
        rules \
 SUBDIRS = \
        udev \
        rules \
@@ -23,7 +25,7 @@ distclean-local:
        rm -f udev-$(VERSION).tar.gz udev-$(VERSION).tar.bz2
 
 changelog:
        rm -f udev-$(VERSION).tar.gz udev-$(VERSION).tar.bz2
 
 changelog:
-       @ head -1 ChangeLog | grep -q "to $(PREVIOUS_VERSION)"
+       @ head -1 ChangeLog | grep -q "to v$(PREVIOUS_VERSION)"
        @ mv ChangeLog ChangeLog.tmp
        @ echo "Summary of changes from v$(PREVIOUS_VERSION) to v$(VERSION)" >> ChangeLog
        @ echo "============================================" >> ChangeLog
        @ mv ChangeLog ChangeLog.tmp
        @ echo "Summary of changes from v$(PREVIOUS_VERSION) to v$(VERSION)" >> ChangeLog
        @ echo "============================================" >> ChangeLog
@@ -49,4 +51,3 @@ git-release:
        cat .git/refs/heads/master > .git/refs/tags/$(VERSION)
        git gc
        git prune
        cat .git/refs/heads/master > .git/refs/tags/$(VERSION)
        git gc
        git prune
-       git-update-server-info