Fixes for perform_convert: use xmlParseMemory instead of xmlParseMemory
[idzebra-moved-to-github.git] / Makefile.am
index 0e2149b..4c0114b 100644 (file)
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.28 2006-08-14 12:18:46 adam 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
@@ -46,3 +46,5 @@ showdox:
        doxygen
        firefox -new-window file:///`pwd`/$(top_srcdir)/dox/html/index.html &
 
+
+.PHONY: cvs2cl dox showdox