mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-10 05:02:50 +01:00
Fixes after file moves
This commit is contained in:
parent
ef158aadbf
commit
bf42c2b60f
@ -2,8 +2,7 @@
|
|||||||
|
|
||||||
SUBDIRS = po intl src plugins
|
SUBDIRS = po intl src plugins
|
||||||
|
|
||||||
EXTRA_DIST = autogen.sh HACKING INSTALL.w32 faq.md hexchat.png \
|
EXTRA_DIST = autogen.sh hexchat.png hexchat.desktop hexchat.ico
|
||||||
hexchat.desktop hexchat.spec hexchat.ico
|
|
||||||
|
|
||||||
icon_DATA = hexchat.png
|
icon_DATA = hexchat.png
|
||||||
icondir = $(datadir)/pixmaps
|
icondir = $(datadir)/pixmaps
|
||||||
|
@ -71,7 +71,7 @@ xcopy /q /s /i "$(DepsRoot)\lib\gtk-2.0\2.10.0\engines" "$(HexChatRel)\lib\gtk-2
|
|||||||
xcopy /q /s /i "$(DepsRoot)\lib\gtk-2.0\modules\libgail.dll" "$(HexChatRel)\lib\gtk-2.0\modules\"
|
xcopy /q /s /i "$(DepsRoot)\lib\gtk-2.0\modules\libgail.dll" "$(HexChatRel)\lib\gtk-2.0\modules\"
|
||||||
xcopy /q /s /i etc "$(HexChatRel)\etc"
|
xcopy /q /s /i etc "$(HexChatRel)\etc"
|
||||||
xcopy /q /s /i share "$(HexChatRel)\share"
|
xcopy /q /s /i share "$(HexChatRel)\share"
|
||||||
copy "..\..\COPYING" "$(HexChatRel)"
|
copy "..\..\share\doc\COPYING" "$(HexChatRel)"
|
||||||
copy "$(DepsRoot)\LICENSE.OPENSSL" "$(HexChatRel)"
|
copy "$(DepsRoot)\LICENSE.OPENSSL" "$(HexChatRel)"
|
||||||
copy "$(DepsRoot)\LICENSE.ZLIB" "$(HexChatRel)"
|
copy "$(DepsRoot)\LICENSE.ZLIB" "$(HexChatRel)"
|
||||||
copy "$(DepsRoot)\share\gettext\intl\COPYING.LIB-2.0" "$(HexChatRel)\LICENSE.GTK"
|
copy "$(DepsRoot)\share\gettext\intl\COPYING.LIB-2.0" "$(HexChatRel)\LICENSE.GTK"
|
||||||
|
@ -75,7 +75,7 @@ copy "$(DepsRoot)\bin\pixman-1.dll" "$(HexChatRel)"
|
|||||||
::xcopy /q /s /i "$(DepsRoot)\lib\gtk-2.0\modules\libgail.dll" "$(HexChatRel)\lib\gtk-2.0\modules\"
|
::xcopy /q /s /i "$(DepsRoot)\lib\gtk-2.0\modules\libgail.dll" "$(HexChatRel)\lib\gtk-2.0\modules\"
|
||||||
xcopy /q /s /i etc "$(HexChatRel)\etc"
|
xcopy /q /s /i etc "$(HexChatRel)\etc"
|
||||||
xcopy /q /s /i share "$(HexChatRel)\share"
|
xcopy /q /s /i share "$(HexChatRel)\share"
|
||||||
copy "..\..\COPYING" "$(HexChatRel)"
|
copy "..\..\share\doc\COPYING" "$(HexChatRel)"
|
||||||
copy "$(DepsRoot)\LICENSE.ATK" "$(HexChatRel)\share"
|
copy "$(DepsRoot)\LICENSE.ATK" "$(HexChatRel)\share"
|
||||||
copy "$(DepsRoot)\LICENSE.CAIRO" "$(HexChatRel)\share"
|
copy "$(DepsRoot)\LICENSE.CAIRO" "$(HexChatRel)\share"
|
||||||
copy "$(DepsRoot)\LICENSE.ENCHANT" "$(HexChatRel)\share"
|
copy "$(DepsRoot)\LICENSE.ENCHANT" "$(HexChatRel)\share"
|
||||||
|
Loading…
Reference in New Issue
Block a user