X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2FMakefile.am;h=c44790fa1921d44626b576b082ef07a54a634b68;hb=15adf47aa5b6272ff29b6cbfdd98c083ba877c1c;hp=e4e156e30dd5488c7cca5cddef2263428d97bccf;hpb=078278ce973d8513474e9505095a04f3a6db04c0;p=netatalk.git diff --git a/doc/Makefile.am b/doc/Makefile.am index e4e156e3..c44790fa 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,14 +1,9 @@ -SUBDIRS = -XSLTPROC=@XSLTPROC@ -XSLTPROC_FLAGS=@XSLTPROC_FLAGS@ -XHTML_STYLESHEET=$(top_srcdir)/doc/html.xsl +SUBDIRS = manpages manual -htmldir = $(prefix)/share/doc/@PACKAGE@ -dist_html_DATA = @PACKAGE@.html +DISTCLEANFILES = html.xsl man.xsl -if HAVE_XSLTPROC - SUBDIRS += manpages -endif +release-notes: www/ReleaseNotes + cd www && ./create-relnotes.sh -distclean-local: - $(RM) -f $(top_builddir)/doc/html.xsl $(top_builddir)/doc/html.xsl $(top_builddir)/doc/manual/manual.xml +upload-release-notes: release-notes + scp www/ReleaseNotes.html $$USER,netatalk@web.sourceforge.net:/home/project-web/netatalk/htdocs/3.0/ReleaseNotes$(VERSION).html