X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2FMakefile.am;h=c44790fa1921d44626b576b082ef07a54a634b68;hb=15adf47aa5b6272ff29b6cbfdd98c083ba877c1c;hp=e1b356f1a8b62786d6131a5023817d902ef90c66;hpb=8ef441c62bb3399366504bd1b7dc8fa6b1581998;p=netatalk.git diff --git a/doc/Makefile.am b/doc/Makefile.am index e1b356f1..c44790fa 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,9 +1,9 @@ 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