X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=86f506680f3e92d3081dc02f05dcddd426268f58;hb=7f417885b90eff084fc83be569b98e30dad4a056;hp=eaeac2fa48ee23b543e9018d2e7ca60a9d37b903;hpb=5168b35eab901a50e5afca1a01b2250c343b97f7;p=idzebra-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index eaeac2f..86f5066 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.22 2006-03-30 18:00:51 adam Exp $ +## $Id: Makefile.am,v 1.24 2006-06-07 07:50:58 adam Exp $ AUTOMAKE_OPTIONS=foreign @@ -16,6 +16,7 @@ EXTRA_DIST= README NEWS $(SPEC_FILE) idzebra.spec.in \ idzebra-config.in m4/idzebra.m4 m4/yaz.m4 Doxyfile.in dist-hook: + if test -x /usr/bin/cvs2cl -a -d CVS; then cvs2cl ; fi cp $(srcdir)/LICENSE* $(distdir) mkdir $(distdir)/win for i in $(srcdir)/win/*; do \ @@ -34,3 +35,12 @@ dist-hook: cvs2cl: cvs2cl + + +dox: + doxygen + +showdox: + doxygen + firefox -new-window file:///`pwd`/$(top_srcdir)/dox/html/index.html & +