summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Tobler <a.tobler@schweiz.org>2007-03-09 22:06:03 +0000
committerAndreas Tobler <a.tobler@schweiz.org>2007-03-09 22:06:03 +0000
commit6d5bd4d5458504ff7f228c2902eb0e919f409f66 (patch)
treee415345d285f898fbae96c882a44120f0ff9d35b /doc
parent820aa607a715296ef00193e5511d5a0eb7c8c559 (diff)
downloadclasspath-6d5bd4d5458504ff7f228c2902eb0e919f409f66.tar.gz
2007-03-09 Andreas Tobler <a.tobler@schweiz.org>
Port change from gcc: 2007-03-06 Matthias Klose <doko@ubuntu.com> * doc/Makefile.am(gkeytool.pod): Don't use sed -i.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index eaa6caf31..ceda0f508 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -54,10 +54,10 @@ gjavah.pod: $(srcdir)/cp-tools.texinfo
# hack around the cross references and the enumeration
gkeytool.pod: $(srcdir)/cp-tools.texinfo
- -$(TEXI2POD) -D gkeytool < $< > $@
- sed -i -e 's/^For more details.*/See I<Common Options> for more details./' \
+ -$(TEXI2POD) -D gkeytool < $< \
+ | sed -e 's/^For more details.*/See I<Common Options> for more details./' \
-e 's/1\.<\([^>]*\)>/- \1/' \
- $@
+ > $@
gnative2ascii.pod: $(srcdir)/cp-tools.texinfo
-$(TEXI2POD) -D gnative2ascii < $< > $@