Changeset 1989 in kBuild for vendor/gnumake/current/maintMakefile
- Timestamp:
- Oct 28, 2008 11:02:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/gnumake/current/maintMakefile
r900 r1989 136 136 # ftp://tiger.informatik.hu-berlin.de/pub/po/maint/ 137 137 138 po_repo = http:// www.iro.umontreal.ca/translation/maint/$(PACKAGE)138 po_repo = http://translationproject.org/latest/$(PACKAGE) 139 139 .PHONY: do-po-update po-update 140 140 do-po-update: … … 270 270 # This file is part of GNU Make. 271 271 # 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. 275 276 # 276 277 # 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. 279 281 # 280 282 # 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.