X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=a485e2b2f1ba3bcaa6ce1f3d2f32a83b2c9b8e6b;hb=refs%2Fheads%2Fbranch-1.4.4;hp=b65178b28aa89fad6f961282aa92a3218df2a0e0;hpb=bf5ec066eddd61a98411cc597c4968caf21fbe7f;p=pazpar2-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index b65178b..a485e2b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,14 +4,16 @@ 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 = $(PACKAGE).spec 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 - for d in etc etc/settings www/test1 www/jsdemo; do \ - mkdir -p $(distdir)/$$d; \ - for f in $(srcdir)/$$d/*; do \ - test -f $$f && cp $$f $(distdir)/$$d; \ - done; \ - done; exit 0 + for d in etc etc/settings etc/services www/test1 www/jsdemo www/iphone; do \ + mkdir -p $(distdir)/$$d; cp -r $$d/* $(distdir)/$$d; \ + done; rm -f $(distdir)/etc/pazpar2.cfg; exit 0 +.PHONY:debian +debian: + dpkg-buildpackage -rfakeroot