guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core ChangeLog configure.in doc/Cha...


From: Neil Jerram
Subject: guile/guile-core ChangeLog configure.in doc/Cha...
Date: Fri, 24 Aug 2001 03:16:15 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Neil Jerram <address@hidden>    01/08/24 03:16:15

Modified files:
        guile-core     : ChangeLog configure.in 
        guile-core/doc : ChangeLog Makefile.am 
        guile-core/doc/goops: goops.texi 
        guile-core/doc/ref: guile.texi 
        guile-core/doc/tutorial: guile-tut.texi 
Added files:
        guile-core/doc/goops: Makefile.am 
        guile-core/doc/r5rs: Makefile.am 
        guile-core/doc/ref: Makefile.am 
        guile-core/doc/tutorial: Makefile.am 

Log message:
        * Complete split of documentation into per-manual subdirectories.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/ChangeLog.diff?cvsroot=OldCVS&tr1=1.292&tr2=1.293&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/configure.in.diff?cvsroot=OldCVS&tr1=1.163&tr2=1.164&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/ChangeLog.diff?cvsroot=OldCVS&tr1=1.115&tr2=1.116&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/Makefile.am.diff?cvsroot=OldCVS&tr1=1.21&tr2=1.22&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/goops/Makefile.am?cvsroot=OldCVS&rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/goops/goops.texi.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/r5rs/Makefile.am?cvsroot=OldCVS&rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/ref/Makefile.am?cvsroot=OldCVS&rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/ref/guile.texi.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/tutorial/Makefile.am?cvsroot=OldCVS&rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/tutorial/guile-tut.texi.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: guile/guile-core/ChangeLog
diff -u guile/guile-core/ChangeLog:1.292 guile/guile-core/ChangeLog:1.293
--- guile/guile-core/ChangeLog:1.292    Wed Aug 15 20:41:40 2001
+++ guile/guile-core/ChangeLog  Fri Aug 24 03:16:15 2001
@@ -1,3 +1,8 @@
+2001-08-24  Neil Jerram  <address@hidden>
+
+       * configure.in (AC_CONFIG_FILES): Add per-manual doc directory
+       Makefiles.
+       
 2001-08-15  Rob Browning  <address@hidden>
 
        * configure.in
Index: guile/guile-core/configure.in
diff -u guile/guile-core/configure.in:1.163 guile/guile-core/configure.in:1.164
--- guile/guile-core/configure.in:1.163 Wed Aug 15 20:43:50 2001
+++ guile/guile-core/configure.in       Fri Aug 24 03:16:15 2001
@@ -634,6 +634,10 @@
   qt/time/Makefile
   guile-config/Makefile
   doc/Makefile
+  doc/ref/Makefile
+  doc/tutorial/Makefile
+  doc/goops/Makefile
+  doc/r5rs/Makefile
   examples/Makefile
   examples/scripts/Makefile
   examples/box/Makefile
Index: guile/guile-core/doc/ChangeLog
diff -u guile/guile-core/doc/ChangeLog:1.115 
guile/guile-core/doc/ChangeLog:1.116
--- guile/guile-core/doc/ChangeLog:1.115        Wed Aug 22 02:57:35 2001
+++ guile/guile-core/doc/ChangeLog      Fri Aug 24 03:16:15 2001
@@ -1,3 +1,7 @@
+2001-08-24  Neil Jerram  <address@hidden>
+
+       * Makefile.am: Split documentation into per-manual subdirectories.
+
 2001-08-22  Mikael Djurfeldt  <address@hidden>
 
        * scheme-options.texi (Evaluator trap options): Splitted
Index: guile/guile-core/doc/Makefile.am
diff -u guile/guile-core/doc/Makefile.am:1.21 
guile/guile-core/doc/Makefile.am:1.22
--- guile/guile-core/doc/Makefile.am:1.21       Fri Aug 17 20:06:26 2001
+++ guile/guile-core/doc/Makefile.am    Fri Aug 24 03:16:15 2001
@@ -19,45 +19,13 @@
 ##   to the Free Software Foundation, Inc., 59 Temple Place, Suite
 ##   330, Boston, MA 02111-1307 USA
 
-AUTOMAKE_OPTIONS = foreign
+AUTOMAKE_OPTIONS = gnu
 
+SUBDIRS = ref tutorial goops r5rs
+
 # pending the papers from Robert Merkel
 # man_MANS = guile.1
 
-info_TEXINFOS = guile.texi r5rs.texi goops.texi guile-tut.texi
-
-guile_TEXINFOS = preface.texi intro.texi scheme-intro.texi \
-       scheme-ideas.texi scheme-data.texi scheme-procedures.texi \
-       scheme-utility.texi scheme-binding.texi scheme-control.texi \
-       scheme-io.texi scheme-evaluation.texi scheme-memory.texi \
-       scheme-modules.texi scheme-scheduling.texi scheme-options.texi \
-       scheme-translation.texi scheme-debug.texi deprecated.texi \
-       scheme-reading.texi scheme-indices.texi slib.texi posix.texi \
-       expect.texi scsh.texi tcltk.texi scripts.texi gh.texi scm.texi \
-       appendices.texi indices.texi script-getopt.texi data-rep.texi \
-       extend.texi repl-modules.texi srfi-modules.texi misc-modules.texi \
-       AUTHORS
-
-guile_tut_TEXINFOS = AUTHORS
-
-goops_TEXINFOS = goops-tutorial.texi hierarchy.eps hierarchy.txt AUTHORS
-
-# Optionally support building an HTML version of the reference manual.
-
-if HTMLDOC
-
-htmldir = $(prefix)/html/guile-$(VERSION)
-
-html_DATA = guile_toc.html $(shell ls guile_*.html 2>/dev/null) 
guile-tut_toc.html $(shell ls guile-tut_*.html 2>/dev/null)
-
-guile_toc.html: guile.texi $(guile_TEXINFOS)
-       $(TEXI2HTML) -split_chapter guile.texi
-
-guile-tut_toc.html: guile-tut.texi
-       $(TEXI2HTML) -split_chapter guile-tut.texi
-
-endif
-
 EXAMPLE_SMOB_FILES = \
     ChangeLog Makefile README COPYING image-type.c image-type.h myguile.c
 
@@ -70,19 +38,6 @@
         dest="`cd $(distdir)/example-smob; pwd`"; \
          cd example-smob; \
         cp $(EXAMPLE_SMOB_FILES) $$dest)
-
-## The following two kluges were added so that CVS checkouts would
-## build when not configured with `--enable-maintainer-mode'.  They
-## were removed again since they relied on internal automake features.
-
-# This rule overrides automake's rule for version.texi.  It causes
-# version.texi to be created even in non-maintainer-mode.
-#$(srcdir)/version.texi: stamp-vti
-#      @:
-
-# And the same for version-tutorial.texi.
-#$(srcdir)/version-tutorial.texi: stamp-vti1
-#      @:
 
 # pending the papers from Robert Merkel
 # EXTRA_DIST = guile.1
Index: guile/guile-core/doc/goops/goops.texi
diff -u guile/guile-core/doc/goops/goops.texi:1.1 
guile/guile-core/doc/goops/goops.texi:1.2
--- guile/guile-core/doc/goops/goops.texi:1.1   Fri Aug 24 02:40:29 2001
+++ guile/guile-core/doc/goops/goops.texi       Fri Aug 24 03:16:15 2001
@@ -40,7 +40,7 @@
 @titlepage
 @title Goops Manual
 @subtitle For use with GOOPS @value{VERSION}
address@hidden AUTHORS
address@hidden ../AUTHORS
 
 @c  The following two commands
 @c  start the copyright page.
Index: guile/guile-core/doc/ref/guile.texi
diff -u guile/guile-core/doc/ref/guile.texi:1.1 
guile/guile-core/doc/ref/guile.texi:1.2
--- guile/guile-core/doc/ref/guile.texi:1.1     Fri Aug 24 02:40:29 2001
+++ guile/guile-core/doc/ref/guile.texi Fri Aug 24 03:16:15 2001
@@ -80,9 +80,9 @@
 @sp 10
 @comment The title is printed in a large font.
 @title Guile Reference Manual
address@hidden $Id: guile.texi,v 1.1 2001/08/24 09:40:29 ossau Exp $
address@hidden $Id: guile.texi,v 1.2 2001/08/24 10:16:15 ossau Exp $
 @subtitle For use with Guile @value{VERSION}
address@hidden AUTHORS
address@hidden ../AUTHORS
 
 @c The following two commands start the copyright page.
 @page
Index: guile/guile-core/doc/tutorial/guile-tut.texi
diff -u guile/guile-core/doc/tutorial/guile-tut.texi:1.1 
guile/guile-core/doc/tutorial/guile-tut.texi:1.2
--- guile/guile-core/doc/tutorial/guile-tut.texi:1.1    Fri Aug 24 02:40:29 2001
+++ guile/guile-core/doc/tutorial/guile-tut.texi        Fri Aug 24 03:16:15 2001
@@ -27,7 +27,7 @@
 @title Guile Tutorial
 @subtitle For use with Guile @value{VERSION}
 @subtitle Last updated @value{UPDATED}
address@hidden AUTHORS
address@hidden ../AUTHORS
 
 @page
 @vskip 0pt plus 1filll



reply via email to

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