From: nodiscc Date: Tue, 4 Jul 2017 19:26:01 +0000 (+0200) Subject: doc: release: update doc generation instructions X-Git-Tag: v0.9.1~1^2~20^2~3 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=2f9c1ecf8853d513ec86427b20e0d006b5296c9c doc: release: update doc generation instructions --- diff --git a/doc/md/Release-Shaarli.md b/doc/md/Release-Shaarli.md index 59175352..0e445272 100644 --- a/doc/md/Release-Shaarli.md +++ b/doc/md/Release-Shaarli.md @@ -52,8 +52,8 @@ $ cd /path/to/shaarli $ git fetch upstream $ git checkout upstream/master -b v0.5.0 -# rebuild the documentation from the wiki -$ make htmldoc +# rebuild the HTML documentation from Markdown +$ make htmlpages # commit the changes $ git add doc