aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-03-23 23:29:47 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-03-23 23:29:47 +0300
commit26987688f06bb3f53ae4c49e621916615b264796 (patch)
tree2f4d65d278c4fa1e2cca152e9ba3486f7b61a9f9 /doc
parent56296a0d74b708637e41ab92953f17136461e2ed (diff)
Cleanup some files replacing tabs with spaces
Diffstat (limited to 'doc')
-rw-r--r--doc/buildfile4
-rwxr-xr-xdoc/cli.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/buildfile b/doc/buildfile
index 7e6661e..f74c02a 100644
--- a/doc/buildfile
+++ b/doc/buildfile
@@ -20,7 +20,7 @@ bpkg-pkg-uninstall \
bpkg-pkg-unpack \
bpkg-pkg-update \
bpkg-pkg-verify \
-bpkg-rep-add \
+bpkg-rep-add \
bpkg-rep-create \
bpkg-rep-fetch \
bpkg-rep-info \
@@ -34,7 +34,7 @@ define xhtml: doc
xhtml{*}: extension = xhtml
./: {man1 xhtml}{bpkg bpkg-common-options bpkg-repository-signing $cmds} \
- css{common pre-box man} \
+ css{common pre-box man} \
file{man-*}
./: doc{build2-package-manager-manual*} \
diff --git a/doc/cli.sh b/doc/cli.sh
index 1e25e2a..b0fd0cc 100755
--- a/doc/cli.sh
+++ b/doc/cli.sh
@@ -14,8 +14,8 @@ while [ $# -gt 0 ]; do
--clean)
rm -f bpkg*.xhtml bpkg*.1
rm -f build2-package-manager-manual*.ps \
- build2-package-manager-manual*.pdf \
- build2-package-manager-manual.xhtml
+ build2-package-manager-manual*.pdf \
+ build2-package-manager-manual.xhtml
exit 0
;;
*)