]> git.proxmox.com Git - mirror_spl-debian.git/blobdiff - Makefile.am
Imported Upstream version 0.6.2
[mirror_spl-debian.git] / Makefile.am
index 232c305239d11393d8578516b47747efbfd6fa41..23dc2572abf8e8977d433dd7294b7b63544a4df1 100644 (file)
@@ -1,3 +1,6 @@
+
+ACLOCAL_AMFLAGS = -I config
+
 include $(top_srcdir)/config/rpm.am
 include $(top_srcdir)/config/deb.am
 include $(top_srcdir)/config/tgz.am
@@ -32,6 +35,10 @@ distclean-local::
                -o -name '*.order' -o -name '*.markers' \) \
                -type f -print | xargs $(RM)
 
+dist-hook:
+       sed -i 's/Release:[[:print:]]*/Release:      $(RELEASE)/' \
+               $(distdir)/META
+
 ctags:
        $(RM) $(top_srcdir)/tags
        find $(top_srcdir) -name .git -prune -o -name '*.[hc]' | xargs ctags