diff options
author | nodiscc <nodiscc@gmail.com> | 2017-07-04 21:30:31 +0200 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2017-07-04 21:30:31 +0200 |
commit | 366247c84cdb0bb0457552468103814d4d31ce5c (patch) | |
tree | 5e77e0c9e0c71b446bd90610fa30695d7351d11a /doc/html/Release-Shaarli | |
parent | f47aa40c12ec63a60d2edc959314a0a05f6fe610 (diff) | |
download | Shaarli-366247c84cdb0bb0457552468103814d4d31ce5c.tar.gz Shaarli-366247c84cdb0bb0457552468103814d4d31ce5c.tar.zst Shaarli-366247c84cdb0bb0457552468103814d4d31ce5c.zip |
make htmlpages
Diffstat (limited to 'doc/html/Release-Shaarli')
-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 |