aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/doc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2007-03-06 19:12:22 +0000
committerMatthias Klose <doko@gcc.gnu.org>2007-03-06 19:12:22 +0000
commitef008ff2475b5e166a1127b5177c38b8bd4cae84 (patch)
tree5e73a3303fb147ebcd42c1e6859dbf2ee511eccd /libjava/classpath/doc
parent52bf96d2f299e9e69db82b5d0ae7186ab949339b (diff)
downloadgcc-ef008ff2475b5e166a1127b5177c38b8bd4cae84.zip
gcc-ef008ff2475b5e166a1127b5177c38b8bd4cae84.tar.gz
gcc-ef008ff2475b5e166a1127b5177c38b8bd4cae84.tar.bz2
Makefile.am (gkeytool.pod): Don't use sed -i.
2007-03-06 Matthias Klose <doko@ubuntu.com> * doc/Makefile.am(gkeytool.pod): Don't use sed -i. * doc/Makefile.in: Regenerate. From-SVN: r122634
Diffstat (limited to 'libjava/classpath/doc')
-rw-r--r--libjava/classpath/doc/Makefile.am6
-rw-r--r--libjava/classpath/doc/Makefile.in6
2 files changed, 6 insertions, 6 deletions
diff --git a/libjava/classpath/doc/Makefile.am b/libjava/classpath/doc/Makefile.am
index 40b46d9..7f8d4b0 100644
--- a/libjava/classpath/doc/Makefile.am
+++ b/libjava/classpath/doc/Makefile.am
@@ -67,10 +67,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 < $< > $@
diff --git a/libjava/classpath/doc/Makefile.in b/libjava/classpath/doc/Makefile.in
index 753d28c..e57a0c4 100644
--- a/libjava/classpath/doc/Makefile.in
+++ b/libjava/classpath/doc/Makefile.in
@@ -721,10 +721,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 < $< > $@