X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2FMakefile.am;h=f8ccbb76f3e30a272a7977935dfeece14958f2f6;hb=8c25635e752ff3cf4d9abb6965363627d1cab4d7;hp=2be695060b1ba9a5efbc590adc743c4665dfdc66;hpb=4b79470636cca71a9e77a4084a52565420982aa9;p=netatalk.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 2be69506..f8ccbb76 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,10 +1,9 @@ -# Makefile.am for INSTALL/ +SUBDIRS = manpages manual -EXTRA_DIST = \ - CONFIGURE \ - DEVELOPER \ - INSTALL \ - FAQ \ - README.hidden-items \ - README.platforms \ - README.veto +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.1/ReleaseNotes$(VERSION).html