[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

problems building documentation

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2002-07-20 18:52:55 CEST

so i decided to play around with the handbook a bit, just for fun, and
ran into a few snags. here's the changes i had to make to Makefile.in
to get it to build with the tools i have on my FreeBSD box.

Index: ./Makefile.in
===================================================================
--- ./Makefile.in
+++ ./Makefile.in Sat Jul 20 12:24:48 2002
@@ -202,13 +202,13 @@
         $(MAKEINFO) -I `dirname $<` -o $@ $<
 
 .texi.dvi:
- wd=`pwd` ; cd `dirname $@` ; $(TEXI2DVI) -I `dirname $$wd/$<` $$wd/$<
+ wd=`pwd` ; cd `dirname $@` ; $(TEXI2DVI) $$wd/$<
 
 .texi.txt:
         $(MAKEINFO) -I `dirname $<` --no-headers -o $@ $<
 
 .texi.html:
- $(MAKEINFO) -I `dirname $<` --no-headers --html -o $@ $<
+ $(MAKEINFO) -I `dirname $<` --html -o $@ $<
 
 .dvi.ps:
         $(DVIPS) $< -o $@

apparently my version of texi2dvi doesn't have a -I option (although
it seems to work fine without it), and my version of makeinfo
complains if you try to use --no-headers and --html together. this is
with texi2dvi version 0.8 (GNU Texinfo 3.12), and makeinfo version
4.1.

does anyone else have these problems? and if not, can you still build
correctly with these changes? i'd hate to commit a change that works
for me but breaks for everyone else ;-)

-garrett

-- 
garrett rooney                    Remember, any design flaw you're 
rooneg@electricjellyfish.net      sufficiently snide about becomes  
http://electricjellyfish.net/     a feature.       -- Dan Sugalski
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 20 18:53:40 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.