emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: INSTALL-CVS


From: Nick Roberts
Subject: Re: INSTALL-CVS
Date: Thu, 5 Jun 2003 20:02:18 +0100

 > Agreed.  I thought the reason why `man' was not in the default
 > target was because some `tar's might leave timestamps alone,
 > so that the relative timestamps depend on the order in which
 > the files were extracted from the tarball.
 > 
 > Any objection to the patch below ?
 > ...

Or, in case there is a problem for the tarball, how about:


all: ${SUBDIR} leim cvs

cvs:
        if [ -f INSTALL-CVS ]; \
        then $(MAKE) info; \
        fi

as I assume the file, INSTALL-CVS, isn't included in the tarball and
the user need only type make in both cases.

Nick





reply via email to

[Prev in Thread] Current Thread [Next in Thread]