summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2007-04-17 08:51:24 +0000
committerMark Wielaard <mark@klomp.org>2007-04-17 08:51:24 +0000
commit7d6b20f457385b7b6b6e558da3b5806475aa5afa (patch)
tree5e0fba94b3a16acaeb7f6494b5fed847f0c69b7c /doc/Makefile.am
parentb9b6aa1a1fb780f3b419425ecc528486b8a69f78 (diff)
downloadclasspath-7d6b20f457385b7b6b6e558da3b5806475aa5afa.tar.gz
2007-04-16 Dalibor Topic <robilad@kaffe.org>
* configure.ac (AM_PROG_CC_C_O): Added to fix automake 1.10 warning. 2007-04-16 Dalibor Topic <robilad@kaffe.org> * native/plugin/Makefile.am (libgcjwebplugin_la_LDFLAGS): Added AM_LDFLAGS for automake 1.10. 2007-04-15 Dalibor Topic <robilad@kaffe.org> * depcomp, install-sh, missing, mkinstalldirs, doc/texinfo.tex: Removed files generated by autogen.sh. * .cvsignore: Ignore generated files depcomp, install-sh, missing, mkinstalldirs. * doc/.cvsignore: Ignore generated file doc/texinfo.tex. 2007-04-15 Dalibor Topic <robilad@kaffe.org> * native/jni/java-lang/Makefile.am (libjavalang_la_LIBADD): Fix portability warnings from automake 1.10. 2007-04-15 Dalibor Topic <robilad@kaffe.org> * Makefile.am (EXTRA_DIST): Add ChangeLog-2006. 2007-04-15 Dalibor Topic <robilad@kaffe.org> * native/target/.cvsignore: Removed. 2007-04-15 Roman Kennke <roman@kennke.org> * native/target/Linux/.cvsignore, * native/target/generic/.cvsignore: Removed. 2007-04-15 Dalibor Topic <robilad@kaffe.org> * doc/Makefile.am: Fix portability warnings from automake 1.10. 2007-04-15 Dalibor Topic <robilad@kaffe.org> * doc/cp-hacking.texinfo: Updated with information from INSTALL file. Removed duplicate and outdated information. Updated compiler information. Fixed versioning information where entries diverged. Turned command, option, file and URL strings into proper texinfo elements. 2007-04-15 Dalibor Topic <robilad@kaffe.org> * configure.ac: Added support for Iceape libraries as a substitute for Mozilla for Debian.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 24d4b9c96..e2d1db706 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -4,10 +4,10 @@ EXTRA_DIST = README.jaxp texi2pod.pl
info_TEXINFOS = cp-hacking.texinfo cp-vmintegration.texinfo cp-tools.texinfo
-%.dvi : %.texinfo
+.texinfo.dvi:
texi2dvi $<
-%.ps : %.dvi
+.dvi.ps:
dvips -o $@ $<
docs: cp-hacking.ps cp-vmintegration.ps cp-tools.ps $(TOOLS_MANFILES)
@@ -31,7 +31,7 @@ POD2MAN = pod2man --center="GNU" --release="$(VERSION)"
TEXI2POD = perl $(srcdir)/texi2pod.pl
STAMP = echo timestamp >
-%.1: %.pod
+.pod.1:
$(STAMP) $@
-($(POD2MAN) --section=1 $< > $(@).T$$$$ && \
mv -f $(@).T$$$$ $@) || \