summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorDonovan Baarda <abo@minkirri.apana.org.au>2023-02-19 15:56:50 +1100
committerDonovan Baarda <abo@minkirri.apana.org.au>2023-02-19 15:56:50 +1100
commit67176c8e2d69726ea2128edd1ca019792e97e205 (patch)
tree2be56fb37b3bd5e971d7a72e0937821706f2d8c8 /CONTRIBUTING.md
parentec0c93b996e2a8b16c690f19284025b0b4451d00 (diff)
downloadlibrsync-67176c8e2d69726ea2128edd1ca019792e97e205.tar.gz
Release v2.3.4.
Update everything necessary in preparation for release of v2.3.2. Note CMakeLists.txt and TODO.md are already up to date. Also correct `CONTRIBUTING.md` release instructions for the right `html` path for doxygen docs.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3e58abe..4aa0527 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -304,7 +304,7 @@ If you are making a new tarball release of librsync, follow this checklist:
https://github.com/librsync/librsync/issues/146 for details) and win64
install.
-* Run `make doc` on a clean checkout of the new release tag and `cp -av doc/*`
+* Run `make doc` on a clean checkout of the new release tag and `cp -av html/*`
into a `rm -Rf *` emptied checkout of librsync.github.io and check it in.
This ensures it includes deletes of obsolete files as well as new and
updated files. Push this to update the online docs.