Changeset 1c43eba5 in rtems


Ignore:
Timestamp:
06/17/00 01:13:20 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5e0e012c
Parents:
8611a37
Message:

Patch rtemsdoc-4.5.0-rc-14-cvs.diff from Ralf Corsepius
<corsepiu@…> to address build problems
effecting RedHat? users but not SuSE users.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/project.am

    r8611a37 r1c43eba5  
    55## Texinfo support
    66TEXINFO_TEX = ../texinfo/texinfo.tex
    7 TEXINPUTS = $(srcdir):$(top_srcdir)
     7## TEXINPUTS = $(srcdir):$(top_srcdir)
    88TEXI_COMMON = -I ..
    99
     
    4646.eps.pdf:
    4747        $(EPSTOPDF) $< --outfile=$@
    48 endif
    49 
    50 if TEXI2PDF
    51 .texi.pdf:
    52         TEXINPUTS=$(srcdir)/$(top_srcdir)/texinfo:$$TEXINPUTS \
    53           MAKEINFO='$(MAKEINFO)' \
    54           $(TEXI2PDF) $<
    5548endif
    5649
     
    9689if USE_DVI
    9790dvi_DATA += $(PROJECT).dvi
    98 endif
     91
     92.texi.dvi:
     93        $(TEXI2DVI) -I $(srcdir) -I $(top_srcdir) $<
    9994
    10095if USE_PS
    10196ps_DATA += $(PROJECT).ps
    102 endif
     97.dvi.ps:
     98        TEXINPUTS=$(srcdir):$$TEXINPUTS \
     99        $(DVIPS) $< -o $@
     100endif # USE_PS
     101
     102endif # USE_DVI
    103103
    104104if USE_PDF
    105105pdf_DATA += $(PROJECT).pdf
     106
     107if TEXI2PDF
     108.texi.pdf:
     109        $(TEXI2PDF) -I $(srcdir) -I $(top_srcdir) $<
    106110endif
     111
     112endif
Note: See TracChangeset for help on using the changeset viewer.