aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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