unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* make html error
@ 2004-11-02 10:57 David Pirotte
  2004-11-05 15:31 ` Marius Vollmer
  0 siblings, 1 reply; 2+ messages in thread
From: David Pirotte @ 2004-11-02 10:57 UTC (permalink / raw)


hello,

	david@faust:/usr/local/src/guile/guile-1.6.5 47 $ make html
	Making html in oop
	...
	...
	make[1]: Entering directory `/usr/local/src/guile/guile-1.6.5/oop'
	Making html in r5rs
	make[2]: Entering directory `/usr/local/src/guile/guile-1.6.5/doc/r5rs'
	rm -rf r5rs.htp
	if /bin/sh /usr/local/src/guile/guile-1.6.5/missing --run makeinfo --html   -I . \
	 -o r5rs.htp r5rs.texi; \
	then \
	  rm -rf r5rs.html; \
	  if test ! -d r5rs.htp && test -d r5rs; then \
	    mv r5rs r5rs.html; else mv r5rs.htp r5rs.html; fi; \
	else \
	  if test ! -d r5rs.htp && test -d r5rs; then \
	    rm -rf r5rs; else rm -Rf r5rs.htp r5rs.html; fi; \
	  exit 1; \
	fi
	/usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:8515: Up reference to nonexistent node `Top' (perhaps incorrect sectioning?).
	/usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:8295: Up reference to nonexistent node `Top' (perhaps incorrect sectioning?).
	/usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:8072: Up reference to nonexistent node `Top' (perhaps incorrect sectioning?).
	/usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:8055: Up reference to nonexistent node `Top' (perhaps incorrect sectioning?).
	/usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:7898: Up reference to nonexistent node `Top' (perhaps incorrect sectioning?).
	/usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:7208: Up reference to nonexistent node `Top' (perhaps incorrect sectioning?).
	/usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:3208: Up reference to nonexistent node `Top' (perhaps incorrect sectioning?).
	/usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:2921: Up reference to nonexistent node `Top' (perhaps incorrect sectioning?).
	/usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:1493: Up reference to nonexistent node `Top' (perhaps incorrect sectioning?).
	/usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:1068: Up reference to nonexistent node `Top' (perhaps incorrect sectioning?).
	/usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:851: Up reference to nonexistent node `Top' (perhaps incorrect sectioning?).
	/usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:486: Up reference to nonexistent node `Top' (perhaps incorrect sectioning?).
	/usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:305: Prev reference to nonexistent node `Top' (perhaps incorrect sectioning?).
	/usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:305: Up reference to nonexistent node `Top' (perhaps incorrect sectioning?).
	makeinfo: Removing output file `/usr/local/src/guile/guile-1.6.5/doc/r5rs/r5rs.htp/index.html' due to errors; use --force to preserve.
	make[2]: *** [r5rs.html] Error 1
	make[2]: Leaving directory `/usr/local/src/guile/guile-1.6.5/doc/r5rs'
	make[1]: *** [html-recursive] Error 1
	make[1]: Leaving directory `/usr/local/src/guile/guile-1.6.5/doc'
	make: *** [html-recursive] Error 1
	david@faust:/usr/local/src/guile/guile-1.6.5 48 $ 
		

also, make install does not seem to install html files ?

david


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: make html error
  2004-11-02 10:57 make html error David Pirotte
@ 2004-11-05 15:31 ` Marius Vollmer
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Vollmer @ 2004-11-05 15:31 UTC (permalink / raw)
  Cc: guile-user

David Pirotte <david@altosw.be> writes:

> 	/usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:8515: Up reference to nonexistent node `Top' (perhaps incorrect sectioning?).

Thanks, I fixed this in CVS.  If you want to fix it in your copy,
simply replace 'ifinfo' with 'ifnottex'.

> also, make install does not seem to install html files ?

No.  Should it?  Where?


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-11-05 15:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-02 10:57 make html error David Pirotte
2004-11-05 15:31 ` Marius Vollmer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).