From cb6a871ae1cac404bd751006a0ff03977f25504a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 20 Apr 2006 13:04:16 +0000 Subject: [PATCH] Added common to SUBDIRS --- doc/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 1bc3d24..dab4393 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,9 @@ -## $Id: Makefile.am,v 1.63 2006-04-20 11:56:20 adam Exp $ +## $Id: Makefile.am,v 1.64 2006-04-20 13:04:16 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 \ -- 1.7.10.4