* Makefile.in (refcard.dvi): Use srcdir where necessary.

This commit is contained in:
Jim Kingdon 1993-07-20 23:37:05 +00:00
parent 8e946a3bde
commit b9b9f55a52
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
* Makefile.in (refcard.dvi): Use srcdir where necessary.
Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
* gdb.texinfo: repair conditional bugs in text markup

View File

@ -151,7 +151,7 @@ realclean: distclean clean-dvi clean-info
# GDB QUICK REFERENCE (dvi output)
refcard.dvi : refcard.tex $(REFEDITS)
if [ -z "$(REFEDITS)" ]; then \
cp refcard.tex sedref.tex ; \
cp $(srcdir)/refcard.tex sedref.tex ; \
else \
echo > tmp.sed ; \
for f in "$(REFEDITS)" ; do \