]> arthur.barton.de Git - netatalk.git/blobdiff - doc/Makefile.am
Spotlight: use async Tracker SPARQL API
[netatalk.git] / doc / Makefile.am
index e1b356f1a8b62786d6131a5023817d902ef90c66..f8ccbb76f3e30a272a7977935dfeece14958f2f6 100644 (file)
@@ -1,9 +1,9 @@
 SUBDIRS = manpages manual
-XSLTPROC=@XSLTPROC@
-XSLTPROC_FLAGS=@XSLTPROC_FLAGS@
-XHTML_STYLESHEET=$(top_srcdir)/doc/html.xsl
-
-htmldir = $(prefix)/share/doc/@PACKAGE@
-dist_html_DATA = @PACKAGE@.html
 
 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