X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2FMakefile.am;h=f327c01a120eac08edaf990b9dd358b75dc55c4a;hb=7bc6ceee7aefd9206a468f079af825a060c878d6;hp=3a9648c9113b531edfb7c40590a52292560ba7ad;hpb=b6b9d0c4cb822e846de7687e601610386aff1fcb;p=netatalk.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 3a9648c9..f327c01a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,12 +1,15 @@ -# Makefile.am for INSTALL/ - -EXTRA_DIST = \ - CONFIGURE \ - COPYRIGHT.mtab \ - DEVELOPER \ - INSTALL \ - FAQ \ - README.mtab \ - README.mtab.distribution \ - README.platforms \ - README.veto +SUBDIRS = manpages manual +XSLTPROC=@XSLTPROC@ +XSLTPROC_FLAGS=@XSLTPROC_FLAGS@ +XHTML_STYLESHEET=$(top_srcdir)/doc/html.xsl + +htmldir = $(prefix)/share/doc/@PACKAGE@ +dist_html_DATA = @PACKAGE@.html + +DISTCLEANFILES = html.xsl man.xsl + +release-notes: www/ReleaseNotes + cd www && ./create-relnotes.sh + +upload-release-notes: release-notes + scp www/ReleaseNotes.html $$USER,netatalk@web.sourceforge.net:/home/project-web/netatalk/htdocs/3.0/ReleaseNotes$(VERSION).html