look in srcdir for texinfo source, then in objdir

This commit is contained in:
David D. Zuhn 1993-03-25 08:32:08 +00:00
parent 7996cbedc8
commit 62550228b6

View File

@ -101,7 +101,11 @@ install-info: as.info
done
as.dvi: as-${CONFIG}.texinfo
$(TEXI2DVI) $(srcdir)/as-$(config).texinfo
if [ -f $(srcdir)/as-$(CONFIG).texinfo ] ; then \
$(TEXI2DVI) $(srcdir)/as-$(CONFIG).texinfo ; \
else \
$(TEXI2DVI) as-$(CONFIG).texinfo ; \
fi
mv as-${CONFIG}.dvi as.dvi
# ROFF doc targets as.ms, as.mm, as.me