summaryrefslogtreecommitdiffstats
path: root/gdb/Makefile
diff options
context:
space:
mode:
authorRoland Pesch <pesch@cygnus>1991-05-14 23:34:41 +0000
committerRoland Pesch <pesch@cygnus>1991-05-14 23:34:41 +0000
commit72f6386b5f7081dab9937e2fd8f1e2476db497a0 (patch)
tree0727ff29f61a77415d880ae51514ed7833ce735d /gdb/Makefile
parent9c416cbdb8bde472fddbb1d196e39f1defa3e0a9 (diff)
downloadppe42-binutils-72f6386b5f7081dab9937e2fd8f1e2476db497a0.tar.gz
ppe42-binutils-72f6386b5f7081dab9937e2fd8f1e2476db497a0.zip
* Makefile.dist: put gdb.dvi stuff (updated to use M4 preprocessor
stuff for config manual) here where it counts; updated to use new subdir structure (gdb/doc/). * Makefile: generated from above via config.gdb none before checkin
Diffstat (limited to 'gdb/Makefile')
-rwxr-xr-xgdb/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/Makefile b/gdb/Makefile
index eec7b7bf11..1bec69da6d 100755
--- a/gdb/Makefile
+++ b/gdb/Makefile
@@ -420,7 +420,7 @@ OTHERS = Makefile.dist depend alldeps.mak Makefile.sdir \
createtags munch config.gdb config.status \
ChangeLog ChangeLog-3.x \
README TODO TAGS WHATS.NEW \
- gdb.texinfo gdbint.texinfo gdbrc.tex threecol.tex \
+ doc \
.gdbinit COPYING expread.tab.c stab.def \
copying.c Projects Convex.notes copying.awk \
saber.suppress standalone.c stuff.c kdb-start.c \
@@ -650,8 +650,8 @@ realclean: clean
rm -f tm.h xm.h config.status
rm -f Makefile
-gdb-all.texinfo: gdb.texinfo
- ${M4} pretex.m4 none.m4 all.m4 gdb.texinfo >gdb-all.texinfo
+gdb-all.texinfo: ${srcdir}/doc/gdb.texinfo
+ ${M4} $(srcdir)/doc/pretex.m4 $(srcdir)/doc/none.m4 $(srcdir)/doc/all.m4 $(srcdir)/doc/gdb.texinfo >gdb-all.texinfo
gdb.dvi : gdb-all.texinfo
tex gdb-all.texinfo
OpenPOWER on IntegriCloud