X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2FMakefile.am;h=c44790fa1921d44626b576b082ef07a54a634b68;hb=15adf47aa5b6272ff29b6cbfdd98c083ba877c1c;hp=3a9648c9113b531edfb7c40590a52292560ba7ad;hpb=b6b9d0c4cb822e846de7687e601610386aff1fcb;p=netatalk.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 3a9648c9..c44790fa 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,12 +1,9 @@ -# Makefile.am for INSTALL/ +SUBDIRS = manpages manual -EXTRA_DIST = \ - CONFIGURE \ - COPYRIGHT.mtab \ - DEVELOPER \ - INSTALL \ - FAQ \ - README.mtab \ - README.mtab.distribution \ - README.platforms \ - README.veto +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