summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-09-07 19:32:10 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-09-07 19:32:10 -0400
commitcf8410fb2cb47740865b8ba9ab5f4d42eb53cec2 (patch)
treed5ba91d33aaf470061a0d679ac56a5edf91b8b25 /tools
parent38dce08bdeb16f50557190b98cf5b57adad7adbf (diff)
move sd* manpages
Diffstat (limited to 'tools')
-rwxr-xr-xtools/move.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/move.sh b/tools/move.sh
index 78c91994ab..91da9c7c2b 100755
--- a/tools/move.sh
+++ b/tools/move.sh
@@ -339,6 +339,7 @@ move_files() (
# auto-distribute the stuff
(
+ mv -t src/libsystemd man/sd*
cd man
for file in *.xml; do
if [[ -d ../src/"${file%.xml}" ]]; then