X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=ad12f31b5879cf4bb51fc2be8c0a0cf91dfa7f0b;hb=9bc1d63c273099058929cce160bea0a871eb001a;hp=941266ebeef6c214e812d27d54171e11cce848d9;hpb=a3d742e544ffaff9fc0425cf727060be0d3a2631;p=wrappi.git diff --git a/Makefile.am b/Makefile.am index 941266e..ad12f31 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,9 @@ SUBDIRS += lib SUBDIRS += examples CLEANFILES = *~ + +dist-hook: + rm -f lib/LIB_MINOR + echo $$(( ( $$(date +%s) - $$(date -d 2011-12-27 +%s) ) / 86400 )) \ + > lib/LIB_MINOR-t + mv lib/LIB_MINOR-t lib/LIB_MINOR