Fix documentation file references

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Fix documentation file references

Mark Meyer
diff --git a/doc/gst.texi b/doc/gst.texi
index 9faec34..c776a80 100644
--- a/doc/gst.texi
+++ b/doc/gst.texi
@@ -2172,14 +2172,15 @@ which are specific to @gst{}.  The first is a
compiler f
 methods written in Smalltalk itself, whose source code provides good
 insights into the @gst{} virtual machine.
 
-The second is the automatic documentation extractor, contained in
-two files, @file{compiler/STLoader.st} and
@file{compiler/STLoaderObjs.st}.
-To be able to create Texinfo files even if the library cannot be loaded
-(for example, @code{BLOX} requires a running X server) Smalltalk source
code is
-interpreted and objects for the classes and methods being read in
-are created; then, polymorphism allows one to treat these exactly
-like usual classes which can be fed to @gst{}'s @code{ClassPublisher}
-(found in @file{examples/Publish.st}.
+The second is the automatic documentation extractor, contained in two
+files, @file{packages/stinst/compiler/STLoader.st} and
+@file{packages/stinst/compiler/STLoaderObjs.st}.  To be able to create
+Texinfo files even if the library cannot be loaded (for example,
+@code{BLOX} requires a running X server) Smalltalk source code is
+interpreted and objects for the classes and methods being read in are
+created; then, polymorphism allows one to treat these exactly like
usual
+classes which can be fed to @gst{}'s @code{ClassPublisher} (found in
+@file{packages/stinst/doc/Publish.st}.
 
 @node Database




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Fix documentation file references

Paolo Bonzini-2
Mark Meyer wrote:
> diff --git a/doc/gst.texi b/doc/gst.texi
> index 9faec34..c776a80 100644
> --- a/doc/gst.texi
> +++ b/doc/gst.texi

Committed, thanks!

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk