X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2FMakefile.am;h=f8ccbb76f3e30a272a7977935dfeece14958f2f6;hb=ff0beccf80895a25830c952ce93f314a2d8fe0a6;hp=05eaf8415abe36d5a1e997727004daf6c1d15da7;hpb=64c01c136e708085840814c92ff7cf829a794317;p=netatalk.git 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