mirror of
https://github.com/openRuyi-Project/gcc.git
synced 2026-06-26 13:25:52 +00:00
03192b9875
PR libgcj/23498: * doc/Makefile.am (info_TEXINFOS): Commented out. * doc/Makefile.in: Rebuilt. From-SVN: r103353
15 lines
258 B
Makefile
15 lines
258 B
Makefile
SUBDIRS = api
|
|
|
|
EXTRA_DIST = README.jaxp
|
|
|
|
## GCJ LOCAL: we don't want to install Classpath's info files.
|
|
## info_TEXINFOS = hacking.texinfo vmintegration.texinfo
|
|
|
|
%.dvi : %.texinfo
|
|
texi2dvi $<
|
|
|
|
%.ps : %.dvi
|
|
dvips -o $@ $<
|
|
|
|
docs: hacking.ps vmintegration.ps
|