diff options
author | Nick Clifton <nickc@redhat.com> | 2007-06-19 13:24:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-06-19 13:24:33 +0000 |
commit | 692ed3e78f3d4964ece4b830d5d3138a6b453eba (patch) | |
tree | f35d70bd6a92310c45b9557c432a6abf970f0580 /binutils/doc/Makefile.am | |
parent | 293a01244194269a44cd69c0733b9c3df4e4baa4 (diff) | |
download | fsf-binutils-gdb-692ed3e78f3d4964ece4b830d5d3138a6b453eba.zip fsf-binutils-gdb-692ed3e78f3d4964ece4b830d5d3138a6b453eba.tar.gz fsf-binutils-gdb-692ed3e78f3d4964ece4b830d5d3138a6b453eba.tar.bz2 |
* Makefile.am: Add windmc tool.
* Makefile.in: Regenerate.
* configure.in: Add windmc tool.
* configure: Regenerate.
* mclex.c: New.
* mcparse.y: New.
* windmc.c: New.
* windmc.h: New.
* doc/Makefile.am: Add windmc tool.
* doc/Makefile.in: Regenerate.
* doc/binutils.texi: Add windmc documentation.
* NEWS: Mention new tool.
Diffstat (limited to 'binutils/doc/Makefile.am')
-rw-r--r-- | binutils/doc/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/doc/Makefile.am b/binutils/doc/Makefile.am index 5d8520c..ceeda41 100644 --- a/binutils/doc/Makefile.am +++ b/binutils/doc/Makefile.am @@ -28,6 +28,7 @@ man_MANS = \ strings.1 \ strip.1 \ windres.1 \ + windmc.1 \ $(DEMANGLER_NAME).1 info_TEXINFOS = binutils.texi @@ -130,6 +131,13 @@ windres.1: $(binutils_TEXI) $(binutils_TEXINFOS) mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) rm -f windres.pod +windmc.1: $(binutils_TEXI) $(binutils_TEXINFOS) + touch $@ + -$(TEXI2POD) $(MANCONF) -Dwindmc < $(binutils_TEXI) > windmc.pod + -($(POD2MAN) windmc.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \ + mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) + rm -f windmc.pod + cxxfilt.man: $(binutils_TEXI) $(binutils_TEXINFOS) touch $@ -$(TEXI2POD) $(MANCONF) -Dcxxfilt < $(binutils_TEXI) > $(DEMANGLER_NAME).pod |