aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/md/Release-Shaarli.md
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2017-07-04 21:26:01 +0200
committernodiscc <nodiscc@gmail.com>2017-07-04 21:26:01 +0200
commit2f9c1ecf8853d513ec86427b20e0d006b5296c9c (patch)
tree8dfb7d3a182a1b256747cac20c89bbd2f675b774 /doc/md/Release-Shaarli.md
parenta6192bdd52dea0eec40d1046dee49e80c6b6b62c (diff)
downloadShaarli-2f9c1ecf8853d513ec86427b20e0d006b5296c9c.tar.gz
Shaarli-2f9c1ecf8853d513ec86427b20e0d006b5296c9c.tar.zst
Shaarli-2f9c1ecf8853d513ec86427b20e0d006b5296c9c.zip
doc: release: update doc generation instructions
Diffstat (limited to 'doc/md/Release-Shaarli.md')
-rw-r--r--doc/md/Release-Shaarli.md4
1 files changed, 2 insertions, 2 deletions
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
52$ git fetch upstream 52$ git fetch upstream
53$ git checkout upstream/master -b v0.5.0 53$ git checkout upstream/master -b v0.5.0
54 54
55# rebuild the documentation from the wiki 55# rebuild the HTML documentation from Markdown
56$ make htmldoc 56$ make htmlpages
57 57
58# commit the changes 58# commit the changes
59$ git add doc 59$ git add doc