This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] Add "install-pdf" target to makefiles.
- From: Paolo Bonzini <paolo dot bonzini at lu dot unisi dot ch>
- To: Brooks Moses <brooks dot moses at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org, fortran at gcc dot gnu dot org, help-gnat at gnu dot org, java at gcc dot gnu dot org
- Date: Tue, 27 Feb 2007 09:56:44 +0100
- Subject: Re: [patch] Add "install-pdf" target to makefiles.
- References: <45E3E42D.4010306@codesourcery.com>
Brooks Moses wrote:
The attached patch adds "install-pdf" support to GCC. The pdf files are
currently installed in $(pdfdir), with $(pdfdir) determined by the
--with-pdfdir configure option if supplied, and otherwise defaulting to
$(docdir), which defaults to <installdir>/share/doc.
Foreword: I know this is asking a lot more work than this. Would you
have time to investigate instead switching to automake 1.10 (should be
no big deal) and autoconf 2.61? This would provide the same effect that
you have here. In addition, we wouldn't add another --with-pdfdir
option that is there only to be deprecated when we switch to the newest
autoconf.
I'm happy to provide help on the conversion and to review the patches.
Paolo