X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=doc%2FMakefile.am;h=f8ccbb76f3e30a272a7977935dfeece14958f2f6;hp=05eaf8415abe36d5a1e997727004daf6c1d15da7;hb=refs%2Fheads%2Fbranch-netatalk-3-1;hpb=e8c721144fccc0a023b0de107f8bf585caf9ebe7 diff --git a/doc/Makefile.am b/doc/Makefile.am index 05eaf841..f8ccbb76 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1,9 @@ -# Makefile.am for INSTALL/ +SUBDIRS = manpages manual -EXTRA_DIST = DEVELOPER README.AppleTalk +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