X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2FMakefile.am;h=f8ccbb76f3e30a272a7977935dfeece14958f2f6;hb=ff0beccf80895a25830c952ce93f314a2d8fe0a6;hp=904eed940f3d5be23dd117b1b31ca080b206db0f;hpb=021c9ea67a4c1e3c7af979d49541f64c29713e4c;p=netatalk.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 904eed94..f8ccbb76 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1,9 @@ -# Makefile.am for INSTALL/ +SUBDIRS = manpages manual -EXTRA_DIST = README.AFS README.FREEBSD README.GENERIC README.LINUX README.NETBSD README.OPENBSD README.SOLARIS README.SUNOS README.ULTRIX +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