X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=191b0277e5e819c3232642683bf44acb42ae3ee9;hb=6daff87a18a4b0affde2b418d61940cdec57c93e;hp=bd7852e56376e7c5a581416dc1100a0f2feed702;hpb=908388d0ba4d1a23421e6aad2855ca0403c92191;p=pazpar2-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index bd7852e..191b027 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,6 @@ dist-hook: done; \ done; exit 0 -cvs2cl: - cvs2cl - - -dox: - doxygen - -showdox: - doxygen - galeon file:///`pwd`/$(top_srcdir)/dox/html/index.html & - +.PHONY:debian debian: dpkg-buildpackage -rfakeroot - - -.PHONY: cvs2cl dox showdox debian