2006-04-11 21:52:54 +00:00
|
|
|
# ----------------------------------------------------------------------
|
|
|
|
# Copyright (c) 2004, 2005 NOVELL (All rights reserved)
|
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of version 2 of the GNU General Public
|
|
|
|
# License published by the Free Software Foundation.
|
|
|
|
# ----------------------------------------------------------------------
|
|
|
|
all:
|
|
|
|
|
2006-11-15 09:22:15 +00:00
|
|
|
# As translations get added, they will automatically be included, unless
|
|
|
|
# the lang is explicitly added to DISABLED_LANGS; e.g. DISABLED_LANGS=en es
|
2006-09-26 19:02:29 +00:00
|
|
|
|
2006-11-15 09:22:15 +00:00
|
|
|
DISABLED_LANGS=
|
2006-09-26 18:32:52 +00:00
|
|
|
|
2015-01-23 15:52:09 -08:00
|
|
|
COMMONDIR=../../common
|
|
|
|
include $(COMMONDIR)/Make-po.rules
|
2006-04-11 21:52:54 +00:00
|
|
|
|
|
|
|
XGETTEXT_ARGS+=--language=C --keyword=_ $(shell if [ -f ${NAME}.pot ] ; then echo -n -j ; fi)
|
2006-11-08 10:50:00 +00:00
|
|
|
|