From ef008ff2475b5e166a1127b5177c38b8bd4cae84 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Tue, 6 Mar 2007 19:12:22 +0000 Subject: [PATCH] Makefile.am (gkeytool.pod): Don't use sed -i. 2007-03-06 Matthias Klose * doc/Makefile.am(gkeytool.pod): Don't use sed -i. * doc/Makefile.in: Regenerate. From-SVN: r122634 --- libjava/classpath/ChangeLog.gcj | 5 +++++ libjava/classpath/doc/Makefile.am | 6 +++--- libjava/classpath/doc/Makefile.in | 6 +++--- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/libjava/classpath/ChangeLog.gcj b/libjava/classpath/ChangeLog.gcj index 6bb8214a545..80881220427 100644 --- a/libjava/classpath/ChangeLog.gcj +++ b/libjava/classpath/ChangeLog.gcj @@ -1,3 +1,8 @@ +2007-03-06 Matthias Klose + + * doc/Makefile.am(gkeytool.pod): Don't use sed -i. + * doc/Makefile.in: Regenerate. + 2007-03-06 Tom Tromey * tools/gnu/classpath/tools/javah/Main.java (getName): New diff --git a/libjava/classpath/doc/Makefile.am b/libjava/classpath/doc/Makefile.am index 40b46d95c79..7f8d4b089a6 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 for more details./' \ + -$(TEXI2POD) -D gkeytool < $< \ + | sed -e 's/^For more details.*/See I 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 753d28c11e0..e57a0c4e062 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 for more details./' \ + -$(TEXI2POD) -D gkeytool < $< \ + | sed -e 's/^For more details.*/See I for more details./' \ -e 's/1\.<\([^>]*\)>/- \1/' \ - $@ + > $@ gnative2ascii.pod: $(srcdir)/cp-tools.texinfo -$(TEXI2POD) -D gnative2ascii < $< > $@