diff options
Diffstat (limited to 'doc/html/Release-Shaarli/index.html')
-rw-r--r-- | doc/html/Release-Shaarli/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/html/Release-Shaarli/index.html b/doc/html/Release-Shaarli/index.html index 92433203..5857a52f 100644 --- a/doc/html/Release-Shaarli/index.html +++ b/doc/html/Release-Shaarli/index.html | |||
@@ -337,7 +337,8 @@ releases</a>.</p> | |||
337 | - maintainer permissions on the main Shaarli repository, to: | 337 | - maintainer permissions on the main Shaarli repository, to: |
338 | - push the signed tag | 338 | - push the signed tag |
339 | - create a new release | 339 | - create a new release |
340 | - <a href="https://getcomposer.org/">Composer</a> and <a href="http://pandoc.org/">Pandoc</a> need to be installed</p> | 340 | - <a href="https://getcomposer.org/">Composer</a> needs to be installed |
341 | - The <a href="https://docs.python.org/3/library/venv.html">venv</a> Python 3 module needs to be installed for HTML documentation generation.</p> | ||
341 | <h2 id="github-release-draft-and-changelogmd">GitHub release draft and <code>CHANGELOG.md</code></h2> | 342 | <h2 id="github-release-draft-and-changelogmd">GitHub release draft and <code>CHANGELOG.md</code></h2> |
342 | <p>See http://keepachangelog.com/en/0.3.0/ for changelog formatting.</p> | 343 | <p>See http://keepachangelog.com/en/0.3.0/ for changelog formatting.</p> |
343 | <h3 id="github-release-draft">GitHub release draft</h3> | 344 | <h3 id="github-release-draft">GitHub release draft</h3> |
@@ -368,8 +369,8 @@ TBA | |||
368 | $ git fetch upstream | 369 | $ git fetch upstream |
369 | $ git checkout upstream/master -b v0.5.0 | 370 | $ git checkout upstream/master -b v0.5.0 |
370 | 371 | ||
371 | # rebuild the documentation from the wiki | 372 | # rebuild the HTML documentation from Markdown |
372 | $ make htmldoc | 373 | $ make htmlpages |
373 | 374 | ||
374 | # commit the changes | 375 | # commit the changes |
375 | $ git add doc | 376 | $ git add doc |