bugGuile - Bugs: bug #868, version.texi component missing in...

 
 

bug #868: version.texi component missing in guile/guile-core

Submitter:  Invalid User ID <#8988>
Submitted:  Wed 17 Jul 2002 09:23:22 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Invalid
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 17 Apr 2004 12:14:53 AM UTC, comment #1: 

version.texi is generated by automake.
Report again if something has gone wrong in that.

Kevin Ryde <kryde>
Group Member
Wed 17 Jul 2002 09:23:22 PM UTC, original submission:  

guile/guile-core/doc/ref/guile.texi
guile/guile-core/doc/tutorial/guile-tut.texi

Both these files have "@include 'version.texi'"

This prevents a clean build because the file is either missing or mislaid(?)

Workaround: inserted @c before these includes

Index: doc/ref/guile.texi
===================================================================
RCS file: /cvsroot/guile/guile/guile-core/doc/ref/guile.texi,v
retrieving revision 1.18
diff -r1.18 guile.texi
50c50
< @include version.texi
---

> @c @include version.texi

cvs server: Diffing doc/sources
cvs server: Diffing doc/tutorial
Index: doc/tutorial/guile-tut.texi
===================================================================
RCS file: /cvsroot/guile/guile/guile-core/doc/tutorial/guile-tut.texi,v
retrieving revision 1.8
diff -r1.8 guile-tut.texi
7c7
< @include version.texi
---

> @c @include version.texi


Invalid User ID <#8988>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-04-17 kryde StatusNone Invalid
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code