diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-07 19:32:10 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-07 19:32:10 -0400 |
commit | cf8410fb2cb47740865b8ba9ab5f4d42eb53cec2 (patch) | |
tree | d5ba91d33aaf470061a0d679ac56a5edf91b8b25 | |
parent | 38dce08bdeb16f50557190b98cf5b57adad7adbf (diff) |
move sd* manpages
-rwxr-xr-x | tools/move.sh | 1 |
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 |