X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=Makefile.am;h=49ac4ece28d1556d3a93308564e96ba8f6f6c994;hp=cbcc1466812661d890a084b429888d0d92693ff4;hb=d168db0590bc858a1bc9bd5a6ea66abbcd8f7d7d;hpb=3a7b7e75cb734e2edf9ef1469e9f554aad761fc0 diff --git a/Makefile.am b/Makefile.am index cbcc146..49ac4ec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## This file is part of the YAZ toolkit. ## Copyright (C) 1994-2005, Index Data, All rights reserved. -## $Id: Makefile.am,v 1.33 2006-04-21 12:54:36 marc Exp $ +## $Id: Makefile.am,v 1.35 2006-05-08 12:20:48 adam Exp $ AUTOMAKE_OPTIONS = foreign @@ -14,7 +14,8 @@ aclocal_DATA = m4/yaz.m4 SPEC_FILE=$(PACKAGE).spec EXTRA_DIST=$(SPEC_FILE) README LICENSE NEWS TODO windows.txt \ - yaz-config.in m4/yaz.m4 buildconf.sh Doxyfile.in + yaz-config.in m4/yaz.m4 m4/yaz_libxml2.m4 buildconf.sh \ + Doxyfile.in dist-hook: mkdir $(distdir)/win @@ -25,4 +26,5 @@ dist-hook: cp $(srcdir)/debian/rules $(distdir)/debian cp $(srcdir)/debian/*.postinst $(distdir)/debian cp $(srcdir)/debian/*.install $(distdir)/debian + cp $(srcdir)/debian/*.manpages $(distdir)/debian