X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2FMakefile.am;h=f8ccbb76f3e30a272a7977935dfeece14958f2f6;hb=42a0a094b72577aee3fee7f186da52dc83db001d;hp=e242667ca577a75134659b2fb8cf95fb95e1a62c;hpb=dfd4a2594c2123549b2fd1e6d5dc43d15aafc850;p=netatalk.git diff --git a/doc/Makefile.am b/doc/Makefile.am index e242667c..f8ccbb76 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,10 +1,9 @@ -# Makefile.am for INSTALL/ +SUBDIRS = manpages manual -EXTRA_DIST = \ - DEVELOPER \ - FAQ \ - README.documentation \ - README.hidden-items \ - README.ids \ - README.AppleTalk \ - README.ACLs +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