X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=doc%2FMakefile.am;h=e4e156e30dd5488c7cca5cddef2263428d97bccf;hp=020c35e48a601334be2f0ab6d4615dacb9a21fec;hb=078278ce973d8513474e9505095a04f3a6db04c0;hpb=37ca3e099488a708350550485ebc0ef9ae887db6 diff --git a/doc/Makefile.am b/doc/Makefile.am index 020c35e4..e4e156e3 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,11 +1,14 @@ -# Makefile.am for INSTALL/ +SUBDIRS = +XSLTPROC=@XSLTPROC@ +XSLTPROC_FLAGS=@XSLTPROC_FLAGS@ +XHTML_STYLESHEET=$(top_srcdir)/doc/html.xsl -EXTRA_DIST = \ - CONFIGURE \ - COPYRIGHT.mtab \ - DEVELOPER \ - INSTALL \ - FAQ \ - README.hidden-items \ - README.platforms \ - README.veto +htmldir = $(prefix)/share/doc/@PACKAGE@ +dist_html_DATA = @PACKAGE@.html + +if HAVE_XSLTPROC + SUBDIRS += manpages +endif + +distclean-local: + $(RM) -f $(top_builddir)/doc/html.xsl $(top_builddir)/doc/html.xsl $(top_builddir)/doc/manual/manual.xml