Pazpar2 1.4.4-2 for squeeze
[pazpar2-moved-to-github.git] / Makefile.am
1 # This file is part of Pazpar2.
2 AUTOMAKE_OPTIONS = foreign
3 ACLOCAL_AMFLAGS = -I m4
4
5 SUBDIRS = src test js doc
6
7 EXTRA_DIST = $(PACKAGE).spec README NEWS LICENSE \
8         buildconf.sh Doxyfile.in m4/yaz.m4 \
9         win/makefile win/version.nsi win/version.nsi.in win/license.txt
10
11 dist-hook:
12         if test -x /usr/bin/git -a -d .git; then git log >ChangeLog ; cp ChangeLog $(distdir); fi
13         for d in etc etc/settings etc/services www/test1 www/jsdemo www/iphone; do \
14                 mkdir -p $(distdir)/$$d; cp -r $$d/* $(distdir)/$$d; \
15         done; rm -f $(distdir)/etc/pazpar2.cfg; exit 0
16
17 .PHONY:debian
18 debian:
19         dpkg-buildpackage -rfakeroot