]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/doc/Makefile.in
2000-09-19 H.J. Lu <hjl@gnu.org>
[thirdparty/binutils-gdb.git] / binutils / doc / Makefile.in
index 6a62bb34b04866008c4bd9046d745064438101c8..51fda7e7ec164731080437957c83ae92cd80f7e1 100644 (file)
@@ -129,7 +129,9 @@ MANCONF = -Dman
 
 TEXI2POD = perl $(top_srcdir)/../etc/texi2pod.pl
 
-POD2MAN = pod2man --center="GNU" --release="binutils-$(VERSION)" --section=1
+POD2MAN = pod2man --center="GNU Development Tools" \
+        --release="binutils-$(VERSION)" --section=1
+
 
 # List of man pages generated from binutils.texi
 man_MANS = \
@@ -536,8 +538,13 @@ cxxfilt.man:       $(binutils_TEXI)
        rm -f $(DEMANGLER_NAME).pod
 
 $(DEMANGLER_NAME).1: cxxfilt.man Makefile
+       if test -f cxxfilt.man; then \
+         man=cxxfilt.man; \
+       else \
+         man=$(srcdir)/cxxfilt.man; \
+       fi; \
        sed -e 's/@PROGRAM@/$(DEMANGLER_NAME)/' \
-           -e 's/cxxfilt/$(DEMANGLER_NAME)/' < cxxfilt.man \
+           -e 's/cxxfilt/$(DEMANGLER_NAME)/' < $$man \
                > $(DEMANGLER_NAME).1
 
 # Maintenance