From ef008ff2475b5e166a1127b5177c38b8bd4cae84 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Tue, 6 Mar 2007 19:12:22 +0000 Subject: 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/doc/Makefile.am | 6 +++--- libjava/classpath/doc/Makefile.in | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'libjava/classpath/doc') 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 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 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 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 < $< > $@ -- cgit v1.1