[Top][All Lists]
[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'
- Re: INSTALL-CVS, (continued)
- Re: INSTALL-CVS, Richard Stallman, 2003/06/03
- Re: INSTALL-CVS, David Masterson, 2003/06/03
- Re: INSTALL-CVS, Andreas Schwab, 2003/06/04
- Re: INSTALL-CVS, Stefan Monnier, 2003/06/04
- Re: INSTALL-CVS, David Masterson, 2003/06/04
- Re: INSTALL-CVS, Stefan Monnier, 2003/06/04
- Re: INSTALL-CVS, David Masterson, 2003/06/04
- Re: INSTALL-CVS, Stefan Monnier, 2003/06/04
- Re: INSTALL-CVS, Richard Stallman, 2003/06/05
- Re: INSTALL-CVS,
Stefan Monnier <=
- Re: INSTALL-CVS, Nick Roberts, 2003/06/05
- Re: INSTALL-CVS, Richard Stallman, 2003/06/06
- Re: INSTALL-CVS, David Masterson, 2003/06/04
- Re: INSTALL-CVS, Stefan Monnier, 2003/06/04
- Re: INSTALL-CVS, David Masterson, 2003/06/04
- Re: INSTALL-CVS, Stefan Monnier, 2003/06/04
- Re: INSTALL-CVS, David Masterson, 2003/06/04
- Re: INSTALL-CVS, Richard Stallman, 2003/06/05
- Re: INSTALL-CVS, David Masterson, 2003/06/05
- Re: INSTALL-CVS, Andreas Schwab, 2003/06/05