11 lines
224 B
Plaintext
11 lines
224 B
Plaintext
|
#!/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/"
|