mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-15 06:49:36 +08:00
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
This commit is contained in:
parent
52bf96d2f2
commit
ef008ff247
@ -1,3 +1,8 @@
|
|||||||
|
2007-03-06 Matthias Klose <doko@ubuntu.com>
|
||||||
|
|
||||||
|
* doc/Makefile.am(gkeytool.pod): Don't use sed -i.
|
||||||
|
* doc/Makefile.in: Regenerate.
|
||||||
|
|
||||||
2007-03-06 Tom Tromey <tromey@redhat.com>
|
2007-03-06 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* tools/gnu/classpath/tools/javah/Main.java (getName): New
|
* tools/gnu/classpath/tools/javah/Main.java (getName): New
|
||||||
|
@ -67,10 +67,10 @@ gjavah.pod: $(srcdir)/cp-tools.texinfo
|
|||||||
|
|
||||||
# hack around the cross references and the enumeration
|
# hack around the cross references and the enumeration
|
||||||
gkeytool.pod: $(srcdir)/cp-tools.texinfo
|
gkeytool.pod: $(srcdir)/cp-tools.texinfo
|
||||||
-$(TEXI2POD) -D gkeytool < $< > $@
|
-$(TEXI2POD) -D gkeytool < $< \
|
||||||
sed -i -e 's/^For more details.*/See I<Common Options> for more details./' \
|
| sed -e 's/^For more details.*/See I<Common Options> for more details./' \
|
||||||
-e 's/1\.<\([^>]*\)>/- \1/' \
|
-e 's/1\.<\([^>]*\)>/- \1/' \
|
||||||
$@
|
> $@
|
||||||
|
|
||||||
gnative2ascii.pod: $(srcdir)/cp-tools.texinfo
|
gnative2ascii.pod: $(srcdir)/cp-tools.texinfo
|
||||||
-$(TEXI2POD) -D gnative2ascii < $< > $@
|
-$(TEXI2POD) -D gnative2ascii < $< > $@
|
||||||
|
@ -721,10 +721,10 @@ gjavah.pod: $(srcdir)/cp-tools.texinfo
|
|||||||
|
|
||||||
# hack around the cross references and the enumeration
|
# hack around the cross references and the enumeration
|
||||||
gkeytool.pod: $(srcdir)/cp-tools.texinfo
|
gkeytool.pod: $(srcdir)/cp-tools.texinfo
|
||||||
-$(TEXI2POD) -D gkeytool < $< > $@
|
-$(TEXI2POD) -D gkeytool < $< \
|
||||||
sed -i -e 's/^For more details.*/See I<Common Options> for more details./' \
|
| sed -e 's/^For more details.*/See I<Common Options> for more details./' \
|
||||||
-e 's/1\.<\([^>]*\)>/- \1/' \
|
-e 's/1\.<\([^>]*\)>/- \1/' \
|
||||||
$@
|
> $@
|
||||||
|
|
||||||
gnative2ascii.pod: $(srcdir)/cp-tools.texinfo
|
gnative2ascii.pod: $(srcdir)/cp-tools.texinfo
|
||||||
-$(TEXI2POD) -D gnative2ascii < $< > $@
|
-$(TEXI2POD) -D gnative2ascii < $< > $@
|
||||||
|
Loading…
Reference in New Issue
Block a user