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:
parent
76a8e39396
commit
20eaff76a6
@ -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>
|
||||
|
||||
* configure.in: Don't check for the return type of signal
|
||||
|
@ -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.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
@ -28,7 +28,7 @@
|
||||
#
|
||||
# Usage:
|
||||
#
|
||||
# make -f Makefile.cvs
|
||||
# make -f Makefile.svn
|
||||
#
|
||||
|
||||
SHELL = /bin/sh
|
||||
@ -42,7 +42,7 @@ prep:
|
||||
# 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
|
||||
# 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.
|
||||
|
||||
configure: prep
|
||||
|
Loading…
Reference in New Issue
Block a user