diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-03 16:31:24 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-03 16:31:24 +0200 |
commit | 4b699210bd9bab344e1462e7998f863f55836402 (patch) | |
tree | aeb30e4845b81379086eb6d9128e4c4797f40d11 /win32/deps/pango/release-x86.bat | |
parent | 73282c2d6cc2d0f44abfd94ccc6090785a64b623 (diff) |
Move license files to share\doc
Diffstat (limited to 'win32/deps/pango/release-x86.bat')
-rw-r--r-- | win32/deps/pango/release-x86.bat | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/win32/deps/pango/release-x86.bat b/win32/deps/pango/release-x86.bat index a3b89d1d..e2856279 100644 --- a/win32/deps/pango/release-x86.bat +++ b/win32/deps/pango/release-x86.bat @@ -8,7 +8,10 @@ set PANGO_DEST=%cd%-rel echo.Press return when ready to install! pause -copy COPYING %PANGO_DEST%\LICENSE.PANGO +mkdir %PANGO_DEST%\share +mkdir %PANGO_DEST%\share\doc +mkdir %PANGO_DEST%\share\doc\pango +copy COPYING %PANGO_DEST%\share\doc\pango cd %PANGO_DEST% set PATH=%PATH%;%ProgramFiles%\7-zip |