diff options
Diffstat (limited to 'textproc/texi2html/files/patch-doc__Makefile.in')
-rw-r--r-- | textproc/texi2html/files/patch-doc__Makefile.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/texi2html/files/patch-doc__Makefile.in b/textproc/texi2html/files/patch-doc__Makefile.in new file mode 100644 index 000000000000..69d985dd382f --- /dev/null +++ b/textproc/texi2html/files/patch-doc__Makefile.in @@ -0,0 +1,15 @@ +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 |