mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 05:20:30 +00:00
* Makefile.in (refcard.dvi): Use srcdir where necessary.
This commit is contained in:
parent
8e946a3bde
commit
b9b9f55a52
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user