Remove Doxyfile. There is already another one in root dir of YAZ
[yaz-moved-to-github.git] / doc / Makefile.am
index 1bc3d24..f7c90e8 100644 (file)
@@ -1,7 +1,9 @@
-## $Id: Makefile.am,v 1.63 2006-04-20 11:56:20 adam Exp $
+## $Id: Makefile.am,v 1.66 2006-04-20 20:45:38 adam Exp $
 
 docdir=$(datadir)/doc/@PACKAGE@
 
+SUBDIRS = common
+
 XMLFILES=yaz.xml.in bookinfo.xml introduction.xml installation.xml \
  indexdata.xml \
  asn.xml tools.xml odr.xml comstack.xml frontend.xml license.xml \
@@ -39,7 +41,7 @@ doc_DATA = $(HTMLFILES) yaz.pdf apilayer.png
 man_MANS = $(MANFILES)
 
 EXTRA_DIST = $(XMLFILES) $(SUPPORTFILES) $(man_MANS) $(REFFILES) \
-       $(doc_DATA) Doxyfile
+       $(doc_DATA)
 
 yaz-client.1: $(srcdir)/yaz-client-man.xml $(srcdir)/yaz-client-commands.xml
        docbook2man $(srcdir)/yaz-client-man.xml
@@ -72,7 +74,7 @@ $(HTMLFILES): $(XMLFILES)
        jade -E14 -D $(srcdir) -d common/html.dsl -t sgml $(srcdir)/common/xml.dcl yaz.xml
 
 yaz.pdf: $(XMLFILES)
-       if test ! -f common/id.png ; then cp  $(srcdir)/id.png common; fi
+       if test ! -f common/id.png ; then cp $(srcdir)/common/id.png common; fi
        if test ! -f apilayer.png ; then cp $(srcdir)/apilayer.png .; fi
        jade -E14 -D $(srcdir) -d common/print.dsl -t tex $(srcdir)/common/xml.dcl yaz.xml
        pdfjadetex yaz.tex >/dev/null