From: Adam Dickmeiss Date: Sun, 20 Apr 2008 18:10:43 +0000 (+0200) Subject: File win/makefile part of dist. X-Git-Tag: PAZPAR2.1.0.8~9 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=7b6a5229728d844018cd5ad1f17953b654b27f98 File win/makefile part of dist. --- diff --git a/Makefile.am b/Makefile.am index e0b7382..d801bf8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src test js doc -EXTRA_DIST = README NEWS LICENSE buildconf.sh Doxyfile.in m4/yaz.m4 +EXTRA_DIST = README NEWS LICENSE buildconf.sh Doxyfile.in m4/yaz.m4 win/makefile dist-hook: if test -x /usr/bin/git -a -d .git; then git log >ChangeLog ; cp ChangeLog $(distdir); fi