Ignore:
Timestamp:
Oct 29, 2008, 1:37:51 AM (17 years ago)
Author:
bird
Message:

Merged in current GNU Make code (CVS from 2008-10-28). Ref #55.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/maintMakefile

    r903 r1993  
    136136#   ftp://tiger.informatik.hu-berlin.de/pub/po/maint/
    137137
    138 po_repo = http://www.iro.umontreal.ca/translation/maint/$(PACKAGE)
     138po_repo = http://translationproject.org/latest/$(PACKAGE)
    139139.PHONY: do-po-update po-update
    140140do-po-update:
     
    270270# This file is part of GNU Make.
    271271#
    272 # GNU Make is free software; you can redistribute it and/or modify it under the
    273 # terms of the GNU General Public License as published by the Free Software
    274 # Foundation; either version 2, or (at your option) any later version.
     272# GNU Make is free software; you can redistribute it and/or modify it under
     273# the terms of the GNU General Public License as published by the Free Software
     274# Foundation; either version 3 of the License, or (at your option) any later
     275# version.
    275276#
    276277# GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
    277 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
    278 # A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     278# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
     279# FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
     280# details.
    279281#
    280282# You should have received a copy of the GNU General Public License along with
    281 # GNU Make; see the file COPYING.  If not, write to the Free Software
    282 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
     283# this program.  If not, see <http://www.gnu.org/licenses/>.
Note: See TracChangeset for help on using the changeset viewer.