mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Packaging
- Updated the packaging scripts for OS X to accomodate the new files.
This commit is contained in:
parent
589b84982f
commit
954db75b37
4 changed files with 5 additions and 3 deletions
|
@ -6,6 +6,7 @@ mkdir -p local/share/doc/task/scripts/vim/ftdetect
|
|||
mkdir -p local/share/doc/task/scripts/vim/syntax
|
||||
mkdir -p local/share/doc/task/scripts/zsh
|
||||
mkdir -p local/share/doc/task/scripts/fish
|
||||
mkdir -p local/share/doc/task/scripts/add-ons
|
||||
mkdir -p local/share/doc/task/rc
|
||||
mkdir -p local/share/man/man1
|
||||
mkdir -p local/share/man/man5
|
||||
|
@ -27,6 +28,7 @@ cp ../../scripts/vim/ftdetect/* local/share/doc/task/scripts/vim/ftdetect
|
|||
cp ../../scripts/vim/syntax/* local/share/doc/task/scripts/vim/syntax
|
||||
cp ../../scripts/zsh/* local/share/doc/task/scripts/zsh
|
||||
cp ../../scripts/fish/* local/share/doc/task/scripts/fish
|
||||
cp ../../scripts/add-ons/* local/share/doc/task/scripts/add-ons
|
||||
|
||||
cp ../../doc/rc/*.theme local/share/doc/task/rc
|
||||
cp ../../doc/rc/holidays* local/share/doc/task/rc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue