guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Pictures in the manual


From: Martin Grabmueller
Subject: Re: Pictures in the manual
Date: Fri, 25 May 2001 09:27:22 +0200 (MET DST)

> From: Marius Vollmer <address@hidden>
> Date: 25 May 2001 02:11:31 +0200
> 
> I have FIG and ASCII versions of the figures as the source format, and
> used the following Makefile.am for producing info, html and pdf
> output.

Thanks for this.  I have one question, though (see below.)
> 
>     info_TEXINFOS = gossip-sim.texi
> 
>     PICS_FIG = example-1.fig example-2.fig
>     PICS_TXT = example-1.txt example-2.txt
> 
>     PICS_PDF = example-1.pdf example-2.pdf
>     PICS_EPS = example-1.eps example-2.eps
>     PICS_PNG = example-1.png example-2.png
> 
>     gossip-sim.dvi: $(PICS_EPS)
> 
>     gossip-sim.pdf: gossip-sim.texi $(PICS_PDF)
>             texi2dvi --pdf $<
> 
>     gossip-sim.html: gossip-sim.texi $(PICS_PNG)
>             LANG="" makeinfo --html $< -o - | $(srcdir)/fix-html >$@

                                                          ^^^^^^^^
                                         What does this program do?

> 
>     %.eps: %.fig
>             fig2dev -Lps $< $@
> 
>     %.pdf: %.eps
>             epstopdf $<
> 
>     %.png: %.fig
>             fig2dev -Lpng -m1.5 $< $@
> 
>     EXTRA_DIST = $(PICS_FIG) $(PICS_EPS) $(PICS_PDF) $(PICS_TXT)

Regards,
  'martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]