mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
* Makefile.in: Clean up so doc stuff stays in doc sub-dir.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Wed Nov 29 13:35:18 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
||||||
|
|
||||||
|
* Makefile.in: Clean up so doc stuff stays in doc sub-dir.
|
||||||
|
|
||||||
Wed Nov 29 16:39:50 1995 Michael Meissner <meissner@tiktok.cygnus.com>
|
Wed Nov 29 16:39:50 1995 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||||
|
|
||||||
* monitor.c (monitor_debug): New function to print monitor debug
|
* monitor.c (monitor_debug): New function to print monitor debug
|
||||||
|
@ -745,9 +745,7 @@ maintainer-clean realclean: clean
|
|||||||
rm -f Makefile
|
rm -f Makefile
|
||||||
|
|
||||||
diststuff: $(DISTSTUFF)
|
diststuff: $(DISTSTUFF)
|
||||||
(cd doc; $(MAKE) $(MFLAGS) GDBvn.texi)
|
cd doc; $(MAKE) $(MFLAGS) diststuff
|
||||||
$(MAKE) $(MFLAGS) gdb.info
|
|
||||||
$(MAKE) $(MFLAGS) refcard.ps
|
|
||||||
|
|
||||||
subdir_do: force
|
subdir_do: force
|
||||||
@for i in $(DODIRS); do \
|
@for i in $(DODIRS); do \
|
||||||
@ -768,24 +766,20 @@ force:
|
|||||||
|
|
||||||
# Documentation!
|
# Documentation!
|
||||||
# GDB QUICK REFERENCE (TeX dvi file, CM fonts)
|
# GDB QUICK REFERENCE (TeX dvi file, CM fonts)
|
||||||
refcard.dvi:
|
doc/refcard.dvi:
|
||||||
( cd doc; $(MAKE) refcard.dvi $(FLAGS_TO_PASS) )
|
cd doc; $(MAKE) refcard.dvi $(FLAGS_TO_PASS)
|
||||||
mv doc/refcard.dvi .
|
|
||||||
|
|
||||||
# GDB QUICK REFERENCE (PostScript output, common PS fonts)
|
# GDB QUICK REFERENCE (PostScript output, common PS fonts)
|
||||||
refcard.ps:
|
doc/refcard.ps:
|
||||||
( cd doc; $(MAKE) refcard.ps $(FLAGS_TO_PASS) )
|
cd doc; $(MAKE) refcard.ps $(FLAGS_TO_PASS)
|
||||||
mv doc/refcard.ps .
|
|
||||||
|
|
||||||
# GDB MANUAL: TeX dvi file
|
# GDB MANUAL: TeX dvi file
|
||||||
gdb.dvi:
|
doc/gdb.dvi:
|
||||||
( cd doc; $(MAKE) gdb.dvi $(FLAGS_TO_PASS) )
|
cd doc; $(MAKE) gdb.dvi $(FLAGS_TO_PASS)
|
||||||
mv doc/gdb.dvi .
|
|
||||||
|
|
||||||
# GDB MANUAL: info file
|
# GDB MANUAL: info file
|
||||||
gdb.info:
|
doc/gdb.info:
|
||||||
( cd doc; $(MAKE) gdb.info $(FLAGS_TO_PASS) )
|
cd doc; $(MAKE) gdb.info $(FLAGS_TO_PASS)
|
||||||
mv doc/gdb.info* .
|
|
||||||
|
|
||||||
# Make copying.c from COPYING
|
# Make copying.c from COPYING
|
||||||
copying.c: COPYING copying.awk
|
copying.c: COPYING copying.awk
|
||||||
|
Reference in New Issue
Block a user