diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-12 11:17:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-12 11:17:21 +0200 |
commit | 5dcbecfd8b83f516c067780214f06321f03d1cce (patch) | |
tree | 20dcd6d7c602c4fcc7432f46336086156c929067 /doc | |
parent | 4d181c3aad97f8ee224666ce5c757036c5f610d5 (diff) |
Initial sync implementation
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/cli.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ o="--suppress-undocumented --output-prefix bdep- --class-doc bdep::common_option compile "common" $o --output-suffix "-options" --class-doc bdep::common_options=long compile "bdep" $o --output-prefix "" --class-doc bdep::commands=short --class-doc bdep::topics=short -pages="config help init" +pages="config help init sync" for p in $pages; do compile $p $o |