diff options
| author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-06 19:12:22 +0000 |
|---|---|---|
| committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-06 19:12:22 +0000 |
| commit | e0054c340b4ea656666f40dbb73e192b636ccc11 (patch) | |
| tree | 5e73a3303fb147ebcd42c1e6859dbf2ee511eccd /libjava/classpath/doc | |
| parent | 5de92639376d02c091b93418f3d4a0b25b92c26f (diff) | |
| download | ppe42-gcc-e0054c340b4ea656666f40dbb73e192b636ccc11.tar.gz ppe42-gcc-e0054c340b4ea656666f40dbb73e192b636ccc11.zip | |
2007-03-06 Matthias Klose <doko@ubuntu.com>
* doc/Makefile.am(gkeytool.pod): Don't use sed -i.
* doc/Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122634 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/classpath/doc')
| -rw-r--r-- | libjava/classpath/doc/Makefile.am | 6 | ||||
| -rw-r--r-- | libjava/classpath/doc/Makefile.in | 6 |
2 files changed, 6 insertions, 6 deletions
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<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 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<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 < $< > $@ |

