emacs-devel
[Top][All Lists]
Advanced

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

Re: INSTALL-CVS


From: Stefan Monnier
Subject: Re: INSTALL-CVS
Date: Thu, 05 Jun 2003 10:02:10 -0400

>     I think we should simply add `man' to the default target and
>     live with it.  If that means that `makeinfo' is sometimes called
>     when a user installs Emacs, what's the big deal ?
> 
> Why would it have that effect?  The info files in a release
> should always be up to date.

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 ?


        Stefan


--- Makefile.in 23 Feb 2003 17:07:42 -0000      1.280
+++ Makefile.in 5 Jun 2003 14:01:42 -0000
@@ -239,7 +239,7 @@
 # Set to FRC to force running autoconf and autoheader
 MAINT =
 
-all: ${SUBDIR} leim
+all: ${SUBDIR} leim info
 
 removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g'
 





reply via email to

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