X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=Makefile.am;h=cf2bad50979a50cd447c7d28e2cff3f972dec55b;hp=0ae7ebe57042131dbf34be79779c69b8f423dab5;hb=cb8fefbb513a354a7fecf50383d1857fce6ae9b3;hpb=f549d4f3a0081285ecbc3406305abde674ad048e diff --git a/Makefile.am b/Makefile.am index 0ae7ebe..cf2bad5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,3 @@ -## $Id: Makefile.am,v 1.29 2007-02-07 12:50:13 marc Exp $ AUTOMAKE_OPTIONS=foreign @@ -13,31 +12,17 @@ aclocal_DATA = m4/idzebra-2.0.m4 SPEC_FILE=idzebra.spec EXTRA_DIST= README NEWS $(SPEC_FILE) $(SPEC_FILE).in \ - idzebra-config-2.0.in m4/idzebra-2.0.m4 m4/yaz.m4 Doxyfile.in + idzebra-config-2.0.in m4/idzebra-2.0.m4 m4/yaz.m4 buildconf.sh Doxyfile.in dist-hook: - if test -x /usr/bin/cvs2cl -a -d CVS; then cvs2cl ; fi + if test -x /usr/bin/git -a -d .git; then git log >ChangeLog ; cp ChangeLog $(distdir); fi cp $(srcdir)/LICENSE* $(distdir) - mkdir $(distdir)/win + test -d $(distdir)/win || mkdir $(distdir)/win for i in $(srcdir)/win/*; do \ if test -f $$i; then \ cp $$i $(distdir)/win; \ fi; \ done - mkdir $(distdir)/debian - cp $(srcdir)/debian/*.install $(distdir)/debian - cp $(srcdir)/debian/*.manpages $(distdir)/debian - cp $(srcdir)/debian/*.postinst $(distdir)/debian - cp $(srcdir)/debian/*.prerm $(distdir)/debian - cp $(srcdir)/debian/changelog $(distdir)/debian - cp $(srcdir)/debian/compat $(distdir)/debian - cp $(srcdir)/debian/control $(distdir)/debian - cp $(srcdir)/debian/copyright $(distdir)/debian - cp $(srcdir)/debian/rules $(distdir)/debian - -cvs2cl: - cvs2cl - dox: doxygen @@ -47,4 +32,4 @@ showdox: firefox -new-window file:///`pwd`/$(top_srcdir)/dox/html/index.html & -.PHONY: cvs2cl dox showdox \ No newline at end of file +.PHONY: dox showdox