Skip to content

Commit

Permalink
appveyor: Include new man pages
Browse files Browse the repository at this point in the history
ctags-incompatibilities.7 and ctags-optlib.7 are newly added.
Include them in zip package.
  • Loading branch information
k-takata committed Jun 6, 2017
1 parent 55c1018 commit c6c04fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions win32/appveyor.bat
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ bash -lc "make check APPVEYOR=1"
goto :eof

:msys2_package
md package\man
md package
:: Build html docs
bash -lc "cd docs; make html"
move docs\_build\html package\docs > nul
Expand All @@ -168,7 +168,7 @@ robocopy . package %filelist% > nul
robocopy win32\license package\license > nul
copy COPYING package\license > nul
copy win32\mkstemp\COPYING.MinGW-w64-runtime.txt package\license > nul
copy man\ctags.1.rst package\man > nul
robocopy man package\man *.rst > nul
cd package
7z a ..\ctags-%ver%-%ARCH%.debug.zip %filelist% %dirlist%
strip *.exe
Expand Down

0 comments on commit c6c04fa

Please sign in to comment.