X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2FMakefile.am;h=c44790fa1921d44626b576b082ef07a54a634b68;hb=b457861372b5a51c9eb52b7a07e18ae3793729fe;hp=a6fcda87c26eefbfa516d8a595f87943f11a3cb7;hpb=8931660c1bc2417e75212ab0e9352d2249debcd9;p=netatalk.git diff --git a/doc/Makefile.am b/doc/Makefile.am index a6fcda87..c44790fa 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1,9 @@ -# Makefile.am for INSTALL/ +SUBDIRS = manpages manual -EXTRA_DIST = DEVELOPER +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.0/ReleaseNotes$(VERSION).html