]> arthur.barton.de Git - netatalk.git/blobdiff - doc/Makefile.am
Adjust www manual path
[netatalk.git] / doc / Makefile.am
index e4e156e30dd5488c7cca5cddef2263428d97bccf..c44790fa1921d44626b576b082ef07a54a634b68 100644 (file)
@@ -1,14 +1,9 @@
-SUBDIRS =
-XSLTPROC=@XSLTPROC@
-XSLTPROC_FLAGS=@XSLTPROC_FLAGS@
-XHTML_STYLESHEET=$(top_srcdir)/doc/html.xsl
+SUBDIRS = manpages manual
 
-htmldir = $(prefix)/share/doc/@PACKAGE@
-dist_html_DATA = @PACKAGE@.html
+DISTCLEANFILES = html.xsl man.xsl
 
-if HAVE_XSLTPROC
-       SUBDIRS += manpages
-endif
+release-notes: www/ReleaseNotes
+       cd www && ./create-relnotes.sh
 
-distclean-local:
-       $(RM) -f $(top_builddir)/doc/html.xsl $(top_builddir)/doc/html.xsl $(top_builddir)/doc/manual/manual.xml
+upload-release-notes: release-notes
+       scp www/ReleaseNotes.html $$USER,netatalk@web.sourceforge.net:/home/project-web/netatalk/htdocs/3.0/ReleaseNotes$(VERSION).html