aboutsummaryrefslogtreecommitdiff
path: root/fastjar/Makefile.am
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2002-12-30 16:32:30 -0500
committerDJ Delorie <dj@gcc.gnu.org>2002-12-30 16:32:30 -0500
commit121cb775c1e55fe7b65c73842666feefbbf014c2 (patch)
tree250d2dbad99bfe16c7dedbdeca1d6131f222a817 /fastjar/Makefile.am
parent9a280a6ed290142c95ed3bce88905410eb524911 (diff)
downloadgcc-121cb775c1e55fe7b65c73842666feefbbf014c2.zip
gcc-121cb775c1e55fe7b65c73842666feefbbf014c2.tar.gz
gcc-121cb775c1e55fe7b65c73842666feefbbf014c2.tar.bz2
Makefile.am (jar.1, grepjar.1): Protect against texi2pod/pod2man failing.
* Makefile.am (jar.1, grepjar.1): Protect against texi2pod/pod2man failing. * Makefile.in: Regenerated. From-SVN: r60653
Diffstat (limited to 'fastjar/Makefile.am')
-rw-r--r--fastjar/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/fastjar/Makefile.am b/fastjar/Makefile.am
index 39a57c4..74f491e 100644
--- a/fastjar/Makefile.am
+++ b/fastjar/Makefile.am
@@ -85,14 +85,14 @@ POD2MAN = pod2man --center="GNU" --release="gcc-@gcc_version@"
$(srcdir)/jar.1: $(srcdir)/fastjar.texi
-$(TEXI2POD) -D jar < $(srcdir)/fastjar.texi > fastjar.pod
- ($(POD2MAN) --section=1 fastjar.pod > jar.1.T$$$$ && \
+ -($(POD2MAN) --section=1 fastjar.pod > jar.1.T$$$$ && \
mv -f jar.1.T$$$$ $(srcdir)/jar.1) || \
(rm -f jar.1.T$$$$ && exit 1)
- rm -f fastjar.pod
+ -rm -f fastjar.pod
$(srcdir)/grepjar.1: $(srcdir)/fastjar.texi
-$(TEXI2POD) -D grepjar < $(srcdir)/fastjar.texi > grepjar.pod
- ($(POD2MAN) --section=1 grepjar.pod > grepjar.1.T$$$$ && \
+ -($(POD2MAN) --section=1 grepjar.pod > grepjar.1.T$$$$ && \
mv -f grepjar.1.T$$$$ $(srcdir)/grepjar.1) || \
(rm -f grepjar.1.T$$$$ && exit 1)
- rm -f grepjar.pod
+ -rm -f grepjar.pod