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