X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=dafe4e6b98660002cad7db01d54dd80b77598401;hb=36e4fc5a6921f12deb5b07a8f8b2091121d7bda5;hp=bd7852e56376e7c5a581416dc1100a0f2feed702;hpb=908388d0ba4d1a23421e6aad2855ca0403c92191;p=pazpar2-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index bd7852e..dafe4e6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,8 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src test js doc -EXTRA_DIST = README NEWS LICENSE buildconf.sh Doxyfile.in m4/yaz.m4 win/makefile +EXTRA_DIST = README NEWS LICENSE buildconf.sh Doxyfile.in m4/yaz.m4 \ + win/makefile win/version.nsi win/version.nsi.in win/license.txt dist-hook: if test -x /usr/bin/git -a -d .git; then git log >ChangeLog ; cp ChangeLog $(distdir); fi @@ -15,19 +16,3 @@ dist-hook: done; \ done; exit 0 -cvs2cl: - cvs2cl - - -dox: - doxygen - -showdox: - doxygen - galeon file:///`pwd`/$(top_srcdir)/dox/html/index.html & - -debian: - dpkg-buildpackage -rfakeroot - - -.PHONY: cvs2cl dox showdox debian