X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=9c299a9efe23c2894348bfd771b56fe9dbc00090;hb=refs%2Fheads%2Frertzinger%2Ffeature-zpool-get--p;hp=6bf013ec9fae3f03e46e1a32b46a9d5123394db9;hpb=f3757573a677e8662e268f0bb8e5ffe750013088;p=zfs.git diff --git a/Makefile.am b/Makefile.am index 6bf013e..9c299a9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 @@ -33,6 +36,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