11 lines
239 B
Bash
Executable File
11 lines
239 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. $(dirname $(which create-split-man))/create-split.subr
|
|
|
|
# Usage: create-split-doc
|
|
|
|
# For documentation, move any file or directory matching:
|
|
# - "/share/doc"
|
|
|
|
create_split ${pkg_fake_root_doc_dir} "/share/doc/" "/share/info/"
|