Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalwareutils.git;a=commitdiff;h=889febb5ea14eb363d61cf6de3154304edf50111
commit 889febb5ea14eb363d61cf6de3154304edf50111 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Thu Nov 22 14:30:00 2007 +0100 doc/po: include Makefile.po.inc diff --git a/doc/po/Makefile b/doc/po/Makefile index 6a5a3f2..0e460c7 100644 --- a/doc/po/Makefile +++ b/doc/po/Makefile @@ -1,2 +1,29 @@ +# Makefile for frugalwareutils +# +# Copyright (C) 2007 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 +# + +LANGS=fr hu +DOMAIN=mans + +top_srcdir = .. + +-include ../../config.mak +-include ../../Makefile.inc +-include ../../Makefile.po.inc + pot: @cd .. && $(MAKE) pot _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
