be547a7411
Pietro Cerutti's patch from the PR, but preserving the support for a user-specified PROGRAM_PREFIX to keep PR 62607 still fixed :) - update to 1.82 - support NOPORTDOCS properly - fix DOCSDIR - use the Savannah MASTER_SITES now that we're using a stock upstream version While I'm here, refresh the single patch and add a descriptive comment. PR: 136303 Submitted by: gahr
15 lines
424 B
Text
15 lines
424 B
Text
Install into the proper directories.
|
|
|
|
--- doc/Makefile.in.orig
|
|
+++ doc/Makefile.in
|
|
@@ -162,8 +162,8 @@
|
|
#CLEANFILES = texi2html.ps texi2html.pdf texi2html.html \
|
|
# texi2html.ascii
|
|
#
|
|
-texinfodata = $(datadir)/texinfo
|
|
-texinfohtmldir = $(texinfodata)/html
|
|
+texinfodata = $(datadir)/doc/texi2html
|
|
+texinfohtmldir = $(texinfodata)
|
|
texinfohtml_DATA = texi2html.html
|
|
|
|
# use the script out of the distribution NOT
|