From a76d6e96fa315707c224ce7993901a89ad266ef0 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Tue, 29 Jun 2010 15:25:02 +0200 Subject: Web pages sync'd --- doc/Makefile.am | 11 +++++++++-- doc/fun.texi | 12 ++++++++++++ doc/geiser.texi | 6 ++++++ doc/index.texi | 2 +- doc/repl.texi | 2 +- doc/web.texi | 2 ++ 6 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 doc/fun.texi diff --git a/doc/Makefile.am b/doc/Makefile.am index d15fabf..ba3d88c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -10,11 +10,18 @@ # SUBDIRS = img SUFFIXES = .html -EXTRA_DIST = geiser.css site.conf +EXTRA_DIST = geiser.css site.conf web.texi info_TEXINFOS = geiser.texi -geiser_TEXINFOS = top.texi intro.texi install.texi tutorial.texi index.texi +geiser_TEXINFOS = \ + macros.texi \ + top.texi \ + intro.texi \ + install.texi \ + repl.texi \ + fun.texi \ + index.texi output_dir=$(top_builddir)/doc/html diff --git a/doc/fun.texi b/doc/fun.texi new file mode 100644 index 0000000..e61440f --- /dev/null +++ b/doc/fun.texi @@ -0,0 +1,12 @@ +@node Fun between the parens, Index, The REPL, Top +@chapter Fun between the parens + +I'm working on it... perhaps the +@uref{http://git.savannah.gnu.org/cgit/geiser.git/plain/README, README} +file will work for you in the meantime? + + +@c Local Variables: +@c mode: texinfo +@c TeX-master: "geiser" +@c End: diff --git a/doc/geiser.texi b/doc/geiser.texi index fb88b58..e94f719 100644 --- a/doc/geiser.texi +++ b/doc/geiser.texi @@ -4,6 +4,8 @@ @settitle Geiser User Manual @c %**end of header +@include macros.texi + @copying This manual documents Geiser, an Emacs environment to hack in Scheme. @@ -44,12 +46,15 @@ The document was typeset with @node Top, Introduction, (dir), (dir) @top Geiser +@include top.texi + @insertcopying @menu * Introduction:: * Installation:: * The REPL:: +* Fun between the parens:: * Index:: @detailmenu @@ -82,6 +87,7 @@ The REPL @include intro.texi @include install.texi @include repl.texi +@include fun.texi @include index.texi @bye diff --git a/doc/index.texi b/doc/index.texi index 35adb93..5252ec2 100644 --- a/doc/index.texi +++ b/doc/index.texi @@ -1,4 +1,4 @@ -@c This is part of Geiser's user manual., , The REPL, Top +@c This is part of Geiser's user manual., , Fun between the parens, Top @c Copyright (C) 2010 Jose Antonio Ortega Ruiz @c See the file geiser.texi for copying conditions. diff --git a/doc/repl.texi b/doc/repl.texi index 5854cf8..dffd2a1 100644 --- a/doc/repl.texi +++ b/doc/repl.texi @@ -1,4 +1,4 @@ -@node The REPL, Index, Installation, Top +@node The REPL, Fun between the parens, Installation, Top @chapter The REPL @anchor{quick-start} If you've followed the indications in @ref{Setting it up}, your Emacs is diff --git a/doc/web.texi b/doc/web.texi index 120cc61..0ae33a1 100644 --- a/doc/web.texi +++ b/doc/web.texi @@ -12,6 +12,7 @@ * Introduction:: * Installation:: * The REPL:: +* Fun between the parens:: * Index:: @end menu @@ -30,6 +31,7 @@ list  @include intro.texi @include install.texi @include repl.texi +@include fun.texi @include index.texi @bye -- cgit v1.2.3