doc: release: update doc generation instructions

This commit is contained in:
nodiscc 2017-07-04 21:26:01 +02:00
parent a6192bdd52
commit 2f9c1ecf88

View file

@ -52,8 +52,8 @@ $ cd /path/to/shaarli
$ git fetch upstream $ git fetch upstream
$ git checkout upstream/master -b v0.5.0 $ git checkout upstream/master -b v0.5.0
# rebuild the documentation from the wiki # rebuild the HTML documentation from Markdown
$ make htmldoc $ make htmlpages
# commit the changes # commit the changes
$ git add doc $ git add doc