Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalwareutils.git;a=commitdiff;h=d5f0b5af2ac9232f5293d1011bc7cdfca3be93ec

commit d5f0b5af2ac9232f5293d1011bc7cdfca3be93ec
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Sun Sep 28 23:13:00 2008 +0200

yabootcfg: initial gettext support

diff --git a/yabootcfg/Makefile b/yabootcfg/Makefile
index d5f59b7..a48bb79 100644
--- a/yabootcfg/Makefile
+++ b/yabootcfg/Makefile
@@ -37,7 +37,7 @@ LDFLAGS += -L../libfwyabootcfg -lfwyabootcfg
# setup
CFLAGS += -I../setup

-#SUBDIRS = po
+SUBDIRS = po
CONFNAME = yabootcfg

-include ../Makefile.inc
diff --git a/yabootcfg/po/Makefile b/yabootcfg/po/Makefile
new file mode 100644
index 0000000..84dfadf
--- /dev/null
+++ b/yabootcfg/po/Makefile
@@ -0,0 +1,25 @@
+# Makefile for frugalwareutils
+#
+# Copyright (C) 2008 Miklos Vajna <[EMAIL PROTECTED]>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+
+DOMAIN=yabootcfg
+
+top_srcdir = ..
+
+-include ../../config.mak
+-include ../../Makefile.inc
+-include ../../Makefile.po.inc
diff --git a/yabootcfg/po/POTFILES.in b/yabootcfg/po/POTFILES.in
new file mode 100644
index 0000000..f9c31ec
--- /dev/null
+++ b/yabootcfg/po/POTFILES.in
@@ -0,0 +1 @@
+yabootcfg.c
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to