From 040064bce3cb53d898fc7fe273a1f3086a7aa524 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sat, 10 Feb 2007 12:46:54 +0000 Subject: [PATCH] buildconf.sh part of dist. --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0ae7ebe..4c0114b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.29 2007-02-07 12:50:13 marc Exp $ +## $Id: Makefile.am,v 1.30 2007-02-10 12:46:54 adam Exp $ AUTOMAKE_OPTIONS=foreign @@ -13,7 +13,7 @@ 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 @@ -47,4 +47,4 @@ showdox: firefox -new-window file:///`pwd`/$(top_srcdir)/dox/html/index.html & -.PHONY: cvs2cl dox showdox \ No newline at end of file +.PHONY: cvs2cl dox showdox -- 1.7.10.4