[m-dev.] Re: Web pages
Fergus Henderson
fjh at cs.mu.oz.au
Wed Aug 20 17:41:29 AEST 1997
Peter Schachte, you wrote:
> On Wed, 20 Aug 1997, Tyson Richard DOWD wrote:
>
> > Perhaps we should modify the documents so that they use the version
> > number generated by configure or something (although this would have
> > it's drawbacks too).
Yes, that might be a good idea.
> Having the version number in the documents (and correct) and having the
> correct date in there would be a really good idea, and would prevent the
> sort of confusion that got me. If you don't want to do that, just *not*
> having the wrong date would be a help.
Done (see diff below).
> An index would also be very useful. One per manual/guide would be good;
> one that worked across all the manuals would be *very* good.
TexInfo has good support for creating indices.
----------------------------------------
doc/reference_manual.texi:
Delete an incorrect hard-coded date.
doc/*.texi:
Fix copyright dates.
cvs diff: Diffing .
Index: faq.texi
===================================================================
RCS file: /home/staff/zs/imp/mercury/doc/faq.texi,v
retrieving revision 1.19
diff -u -r1.19 faq.texi
--- faq.texi 1997/07/27 15:05:41 1.19
+++ faq.texi 1997/08/20 07:33:19
@@ -58,7 +58,7 @@
@author Zoltan Somogyi
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} 1995 The University of Melbourne.
+Copyright @copyright{} 1995-1997 The University of Melbourne.
Permission is granted to make and distribute verbatim copies of
this FAQ list provided the copyright notice and this permission notice
Index: library.texi
===================================================================
RCS file: /home/staff/zs/imp/mercury/doc/library.texi,v
retrieving revision 1.12
diff -u -r1.12 library.texi
--- library.texi 1997/07/27 15:05:42 1.12
+++ library.texi 1997/08/20 07:34:25
@@ -48,7 +48,7 @@
@c @author Zoltan Somogyi
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} 1995 The University of Melbourne.
+Copyright @copyright{} 1995-1997 The University of Melbourne.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
Index: reference_manual.texi
===================================================================
RCS file: /home/staff/zs/imp/mercury/doc/reference_manual.texi,v
retrieving revision 1.64
diff -u -r1.64 reference_manual.texi
--- reference_manual.texi 1997/07/28 12:35:40 1.64
+++ reference_manual.texi 1997/08/20 07:34:57
@@ -43,14 +43,13 @@
@titlepage
@title The Mercury Language Reference Manual
- at subtitle April, 1996
@author Fergus Henderson
@author Thomas Conway
@author Zoltan Somogyi
@author David Jeffery
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} 1995 The University of Melbourne.
+Copyright @copyright{} 1995-1997 The University of Melbourne.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
Index: transition_guide.texi
===================================================================
RCS file: /home/staff/zs/imp/mercury/doc/transition_guide.texi,v
retrieving revision 1.20
diff -u -r1.20 transition_guide.texi
--- transition_guide.texi 1997/07/27 15:05:46 1.20
+++ transition_guide.texi 1997/08/20 07:35:05
@@ -48,7 +48,7 @@
@author Fergus Henderson
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} 1995 The University of Melbourne.
+Copyright @copyright{} 1995-1997 The University of Melbourne.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
Index: user_guide.texi
===================================================================
RCS file: /home/staff/zs/imp/mercury/doc/user_guide.texi,v
retrieving revision 1.94
diff -u -r1.94 user_guide.texi
--- user_guide.texi 1997/08/09 03:14:59 1.94
+++ user_guide.texi 1997/08/20 07:35:33
@@ -49,7 +49,7 @@
@author Peter Ross
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} 1995 The University of Melbourne.
+Copyright @copyright{} 1995-1997 The University of Melbourne.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh> | of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3 | -- the last words of T. S. Garp.
More information about the developers
mailing list