mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-24 10:12:22 -05:00
Remove some hardcoded version numbers
- man page - makebundle.sh
This commit is contained in:
parent
9344373e0b
commit
6cf54d6515
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,6 +38,7 @@ po/POTFILES
|
|||||||
po/remove-potcdate.sed
|
po/remove-potcdate.sed
|
||||||
po/stamp-*
|
po/stamp-*
|
||||||
osx/Info.plist
|
osx/Info.plist
|
||||||
|
data/man/hexchat.1
|
||||||
data/pkgconfig/hexchat-plugin.pc
|
data/pkgconfig/hexchat-plugin.pc
|
||||||
data/misc/hexchat.appdata.xml
|
data/misc/hexchat.appdata.xml
|
||||||
data/misc/hexchat.desktop
|
data/misc/hexchat.desktop
|
||||||
|
@ -829,6 +829,7 @@ data/Makefile
|
|||||||
data/icons/Makefile
|
data/icons/Makefile
|
||||||
data/misc/Makefile
|
data/misc/Makefile
|
||||||
data/man/Makefile
|
data/man/Makefile
|
||||||
|
data/man/hexchat.1
|
||||||
data/pkgconfig/Makefile
|
data/pkgconfig/Makefile
|
||||||
data/pkgconfig/hexchat-plugin.pc
|
data/pkgconfig/hexchat-plugin.pc
|
||||||
src/Makefile
|
src/Makefile
|
||||||
|
@ -1 +1,3 @@
|
|||||||
man_MANS = hexchat.1
|
man_MANS = hexchat.1
|
||||||
|
|
||||||
|
EXTRA_DIST = hexchat.1.in
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH HEXCHAT "1" "April 2013" "HexChat 2.9.6" "User Commands"
|
.TH HEXCHAT "1" "April 2013" "HexChat @VERSION@" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
HexChat \- IRC Client
|
HexChat \- IRC Client
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
@ -22,4 +22,5 @@ find ./HexChat.app/Contents/Resources/lib/python2.7 -name "*.pyo" -delete
|
|||||||
|
|
||||||
echo "Compressing bundle"
|
echo "Compressing bundle"
|
||||||
#hdiutil create -format UDBZ -srcdir HexChat.app -quiet HexChat-2.9.6.1-$(git rev-parse --short master).dmg
|
#hdiutil create -format UDBZ -srcdir HexChat.app -quiet HexChat-2.9.6.1-$(git rev-parse --short master).dmg
|
||||||
zip -9rXq ./HexChat-2.9.6.1-$(git rev-parse --short master).app.zip ./HexChat.app
|
zip -9rXq ./HexChat-$(git describe --tags).app.zip ./HexChat.app
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user