mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-08 00:26:34 +01:00
Revert commit 312d0c3 (localization/gettext)
There were serious problems with branch merging that need to be resolved first
This commit is contained in:
@@ -13,7 +13,6 @@ DOC_DIR = $(BASE_DIR)/doc
|
||||
SRC_DIR = $(BASE_DIR)/src
|
||||
SND_DIR = $(BASE_DIR)/sounds
|
||||
MISC_DIR = $(BASE_DIR)/misc
|
||||
TRANSLATIONS_DIR = $(BASE_DIR)/translations
|
||||
|
||||
# Project files
|
||||
MANFILES = toxic.1 toxic.conf.5
|
||||
@@ -23,13 +22,9 @@ SNDFILES = ToxicContactOnline.wav ToxicContactOffline.wav ToxicError.wav
|
||||
SNDFILES += ToxicRecvMessage.wav ToxicOutgoingCall.wav ToxicIncomingCall.wav
|
||||
SNDFILES += ToxicTransferComplete.wav ToxicTransferStart.wav
|
||||
|
||||
# Available languages (sorted alphabetically)
|
||||
LANGS = en it
|
||||
|
||||
# Install directories
|
||||
PREFIX = /usr/local
|
||||
BINDIR = $(PREFIX)/bin
|
||||
DATADIR = $(PREFIX)/share/toxic
|
||||
MANDIR = $(PREFIX)/share/man
|
||||
APPDIR = $(PREFIX)/share/applications
|
||||
LOCALEDIR = ${PREFIX}/share/locale
|
||||
|
||||
Reference in New Issue
Block a user