[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FYI: move automake.texi to doc/
From: |
Alexandre Duret-Lutz |
Subject: |
FYI: move automake.texi to doc/ |
Date: |
Wed, 24 Sep 2003 00:38:56 +0200 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) |
I'm installing this.
2003-09-24 Alexandre Duret-Lutz <address@hidden>
* automake.texi: Move ...
* doc/automake.texi: ... here.
* doc/Makefile.am: New file.
* configure.in: Output doc/Makefile.
* Makefile.am (SUBDIRS): Add doc.
(ETAGS_ARGS, TAGS_DEPENDENCIES): Move to doc/Makefile.am.
Index: .cvsignore
===================================================================
RCS file: /cvs/automake/automake/.cvsignore,v
retrieving revision 1.4
diff -u -r1.4 .cvsignore
--- .cvsignore 9 Apr 2001 10:37:41 -0000 1.4
+++ .cvsignore 23 Sep 2003 22:32:14 -0000
@@ -1,16 +1,10 @@
Makefile
aclocal
automake
-automake.info*
-automake.dvi
config.cache
config.log
config.status
configure.scan
-automake-[0-9].*
*.log
log
diffs
-automake.vrs automake.cps automake.tr automake.op automake.cv
-automake.ov automake.toc automake.pg automake.ky automake.tp
-automake.vr automake.fn automake.cp automake.aux
Index: Makefile.am
===================================================================
RCS file: /cvs/automake/automake/Makefile.am,v
retrieving revision 1.220
diff -u -r1.220 Makefile.am
--- Makefile.am 13 Sep 2003 21:54:25 -0000 1.220
+++ Makefile.am 23 Sep 2003 22:32:15 -0000
@@ -22,20 +22,14 @@
## We need `.' in SUBDIRS because we want `check' to build `.' before
## tests.
-SUBDIRS = . m4 lib tests
+SUBDIRS = . doc m4 lib tests
bin_SCRIPTS = automake aclocal
-info_TEXINFOS = automake.texi
CLEANFILES = $(bin_SCRIPTS)
AUTOMAKESOURCES = automake.in aclocal.in
TAGS_FILES = $(AUTOMAKESOURCES)
-
-# The following requires a fixed version of the Emacs 19.30 etags.
-ETAGS_ARGS = --lang=none \
- --regex='/address@hidden \t]+\([^,]+\)/\1/' $(srcdir)/automake.texi
-TAGS_DEPENDENCIES = automake.texi
EXTRA_DIST = ChangeLog.96 ChangeLog.98 ChangeLog.00 ChangeLog.01 ChangeLog.02 \
$(AUTOMAKESOURCES)
Index: automake.texi
===================================================================
RCS file: automake.texi
diff -N automake.texi
--- automake.texi 23 Sep 2003 08:14:34 -0000 1.353
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,6643 +0,0 @@
-\input texinfo @c -*-texinfo-*-
address@hidden %**start of header
[...]
address@hidden LocalWords: WANTEDLIBS libhello sublibraries libtop libsub
dlopened Ratfor
address@hidden LocalWords: mymodule timestamps timestamp underquoted
Index: configure.in
===================================================================
RCS file: /cvs/automake/automake/configure.in,v
retrieving revision 1.130
diff -u -r1.130 configure.in
--- configure.in 6 Sep 2003 21:10:39 -0000 1.130
+++ configure.in 23 Sep 2003 22:32:17 -0000
@@ -108,6 +108,7 @@
AC_CONFIG_FILES([
Makefile
+ doc/Makefile
lib/Automake/Makefile
lib/Automake/tests/Makefile
lib/Makefile
Index: doc/Makefile.am
===================================================================
RCS file: doc/Makefile.am
diff -N doc/Makefile.am
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ doc/Makefile.am 23 Sep 2003 22:32:17 -0000
@@ -0,0 +1,27 @@
+## Process this file with automake to create Makefile.in
+
+## Makefile for Automake.
+
+## Copyright (C) 2003 Free Software Foundation, Inc.
+
+## This program is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; either version 2, or (at your option)
+## any later version.
+
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+## GNU General Public License for more details.
+
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+## 02111-1307, USA.
+
+info_TEXINFOS = automake.texi
+
+# The following requires a fixed version of the Emacs 19.30 etags.
+ETAGS_ARGS = --lang=none \
+ --regex='/address@hidden \t]+\([^,]+\)/\1/' $(srcdir)/automake.texi
+TAGS_DEPENDENCIES = automake.texi
Index: doc/automake.texi
===================================================================
RCS file: doc/automake.texi
diff -N doc/automake.texi
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ doc/automake.texi 23 Sep 2003 22:32:22 -0000
@@ -0,0 +1,6643 @@
+\input texinfo @c -*-texinfo-*-
address@hidden %**start of header
[...]
address@hidden LocalWords: WANTEDLIBS libhello sublibraries libtop libsub
dlopened Ratfor
address@hidden LocalWords: mymodule timestamps timestamp underquoted
Index: doc/.cvsignore
===================================================================
RCS file: doc/.cvsignore
diff -N doc/.cvsignore
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ doc/.cvsignore 23 Sep 2003 22:38:13 -0000
@@ -0,0 +1,10 @@
+Makefile
+automake.info*
+automake.dvi
+automake-[0-9].*
+*.log
+log
+diffs
+automake.vrs automake.cps automake.tr automake.op automake.cv
+automake.ov automake.toc automake.pg automake.ky automake.tp
+automake.vr automake.fn automake.cp automake.aux
--
Alexandre Duret-Lutz
- FYI: move automake.texi to doc/,
Alexandre Duret-Lutz <=