X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=582f00fe8bc60565b4a55483d864d8ee05d0ec20;hp=eaeac2fa48ee23b543e9018d2e7ca60a9d37b903;hb=2fe33cc7dd66b25bdcb4708b1991a5b5a2496e07;hpb=6c4788f3ebc354ab79c7477cf66a7b6a3e26c5c2 diff --git a/Makefile.am b/Makefile.am index eaeac2f..582f00f 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.23 2006-05-08 12:09:49 marc Exp $ AUTOMAKE_OPTIONS=foreign @@ -34,3 +34,12 @@ dist-hook: cvs2cl: cvs2cl + + +dox: + doxygen + +showdox: + doxygen + firefox -new-window file:///`pwd`/$(top_srcdir)/dox/html/index.html & +