Fix install doc rule for Automake 1.11
[yazpp-moved-to-github.git] / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2
3 SUBDIRS = src include zlint zoom doc 
4
5 ACLOCAL_AMFLAGS = -I m4
6
7 aclocaldir=$(datadir)/aclocal
8 aclocal_DATA = m4/yazpp.m4
9
10 SPEC_FILE=$(PACKAGE).spec
11 EXTRA_DIST= $(SPEC_FILE) README LICENSE NEWS \
12         yazpp-config.in m4/yaz.m4 m4/yazpp.m4 buildconf.sh Doxyfile.in
13
14 dist-hook:
15         if test -x /usr/bin/git -a -d .git; then git log >ChangeLog ; cp ChangeLog $(distdir); fi
16         mkdir $(distdir)/win
17         cp $(srcdir)/win/makefile $(distdir)/win/
18
19
20 # doxygen target
21 .PHONY:dox
22 dox:
23         doxygen
24