diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-09-28 22:25:07 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-09-28 22:25:07 +0000 |
commit | db9259f58586dffeef7840bf06c8f8ccab04946a (patch) | |
tree | 9a114e15fbe24d7631fab2d856e41540344eee44 /textproc/texi2html/files | |
parent | 45977e56b528ede968e8f60e445a410df1634eb6 (diff) |
Notes
Diffstat (limited to 'textproc/texi2html/files')
-rw-r--r-- | textproc/texi2html/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/texi2html/files/patch-ab b/textproc/texi2html/files/patch-ab new file mode 100644 index 000000000000..383bcdf5b6bd --- /dev/null +++ b/textproc/texi2html/files/patch-ab @@ -0,0 +1,11 @@ +--- Makefile.am.orig Tue Jul 11 13:04:34 2000 ++++ Makefile.am Thu Sep 7 21:52:29 2000 +@@ -8,7 +8,7 @@ + MySimple.pm MySimple.pod version.texi + info_TEXINFOS = texi2html.texi + +-htmldir = $(prefix)/html ++htmldir = $(prefix)/share/doc/texi2html + html_DATA = texi2html.html + + TEXI2HTML = texi2html |