aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-03-04 17:50:54 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-03-04 17:50:54 +0300
commitad4c58a0f6ae02f983fc7ea9f627d6a2b4ea4d96 (patch)
treec6a6e1cd28853146666da4c7bc15902a59e2e1ee /doc
parente94a902741bbafa6f60f199622465d11346b287d (diff)
Cleanup some files replacing tabs with spaces
Diffstat (limited to 'doc')
-rw-r--r--doc/buildfile2
-rwxr-xr-xdoc/cli.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/buildfile b/doc/buildfile
index 6fbdb81..9a6929d 100644
--- a/doc/buildfile
+++ b/doc/buildfile
@@ -14,7 +14,7 @@ define xhtml: doc
xhtml{*}: extension = xhtml
./: {man1 xhtml}{bdep bdep-common-options $cmds} \
- css{common pre-box man} \
+ css{common pre-box man} \
file{man-*}
./: file{cli.sh}
diff --git a/doc/cli.sh b/doc/cli.sh
index 19e924b..20dbbf5 100755
--- a/doc/cli.sh
+++ b/doc/cli.sh
@@ -14,8 +14,8 @@ while [ $# -gt 0 ]; do
--clean)
rm -f bdep*.xhtml bdep*.1
rm -f build2-project-manager-manual*.ps \
- build2-project-manager-manual*.pdf \
- build2-project-manager-manual.xhtml
+ build2-project-manager-manual*.pdf \
+ build2-project-manager-manual.xhtml
exit 0
;;
*)