X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=18ad36d2ba21f8eef1946f5cf541c984f4d78b9a;hb=f6fb7651a0d05b357dc179cc4853263ce15da6ed;hp=6bf013ec9fae3f03e46e1a32b46a9d5123394db9;hpb=09fb1ec48a38ad3ade722a1ad39f9ac73ea2b308;p=zfs.git diff --git a/Makefile.am b/Makefile.am index 6bf013e..18ad36d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,6 +33,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