mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Packaging
- Updated the 'update' script that helps populate the package directory structure for OSX packages, to include the scripts/fish directory and contents.
This commit is contained in:
parent
2c055157e6
commit
d9ec233d23
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ mkdir -p local/share/doc/task/scripts/bash
|
|||
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/rc
|
||||
mkdir -p local/share/man/man1
|
||||
mkdir -p local/share/man/man5
|
||||
|
@ -25,6 +26,7 @@ cp ../../scripts/vim/README local/share/doc/task/scripts/vim
|
|||
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 ../../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