1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Add ChangeLog entry. Renamed CVS -> Subversion in Makefile.svn instructions.

This commit is contained in:
hniksic 2005-06-21 04:16:12 -07:00
parent 76a8e39396
commit 20eaff76a6
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2005-06-21 Hrvoje Niksic <hniksic@xemacs.org>
* Makefile.cvs: Renamed to Makefile.svn.
* README.cvs: Renamed to README.svn.
2005-06-20 Hrvoje Niksic <hniksic@xemacs.org> 2005-06-20 Hrvoje Niksic <hniksic@xemacs.org>
* configure.in: Don't check for the return type of signal * configure.in: Don't check for the return type of signal

View File

@ -1,4 +1,4 @@
# Makefile for preparing the sources after CVS checkout. # Makefile for preparing the sources after Subversion checkout.
# Copyright (C) 2000 Karl Eichwalder. # Copyright (C) 2000 Karl Eichwalder.
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
@ -28,7 +28,7 @@
# #
# Usage: # Usage:
# #
# make -f Makefile.cvs # make -f Makefile.svn
# #
SHELL = /bin/sh SHELL = /bin/sh
@ -42,7 +42,7 @@ prep:
# the `make' program is called `make'. I'm keeping them for the sake # the `make' program is called `make'. I'm keeping them for the sake
# of the users who expect to find them. I don't want to make this # of the users who expect to find them. I don't want to make this
# file complicated by implementing smarter detections -- the user who # file complicated by implementing smarter detections -- the user who
# needs different behavior should simply run `make -f Makefile.cvs' # needs different behavior should simply run `make -f Makefile.svn'
# and proceed as he would have normally. # and proceed as he would have normally.
configure: prep configure: prep