]> arthur.barton.de Git - netatalk.git/blobdiff - doc/Makefile.am
netatalk: fix a crash on Solaris when registering with mDNS
[netatalk.git] / doc / Makefile.am
index 5f79430781e779da763bcc4b240308985f60a553..f8ccbb76f3e30a272a7977935dfeece14958f2f6 100644 (file)
@@ -1,20 +1,9 @@
-# Makefile.am for INSTALL/
+SUBDIRS = manpages manual
 
-EXTRA_DIST = \
-       CONFIGURE       \
-       COPYRIGHT.mtab  \
-       DEVELOPER       \
-       INSTALL         \
-       FAQ             \
-       README.ASUN     \
-       README.AFS      \
-       README.FREEBSD  \
-       README.GENERIC  \
-       README.LINUX    \
-       README.NETBSD   \
-       README.OPENBSD  \
-       README.SOLARIS  \
-       README.SUNOS    \
-       README.ULTRIX   \
-       README.mtab             \
-       README.mtab.distribution
+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