summaryrefslogtreecommitdiff
path: root/doc/bugs/hard-coded_location_for_man_pages_and_w3m_cgi_wrapper.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-25 02:15:52 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-25 02:15:52 +0000
commita7b8e35bf90fa9e2df8be78ac636b158760ecf9c (patch)
treef098a2aaa37bece5cfd7abe7d47b8b4fbf27a0d9 /doc/bugs/hard-coded_location_for_man_pages_and_w3m_cgi_wrapper.mdwn
parenta4b3300fde7a9e5695debcd4ee90cf173ef372d1 (diff)
* Fix graphviz plugin to not try to read images as utf-8; they might
sometimes contain invalid utf-8 byte sequences. Thanks, HenrikBrixAndersen.
Diffstat (limited to 'doc/bugs/hard-coded_location_for_man_pages_and_w3m_cgi_wrapper.mdwn')
-rw-r--r--doc/bugs/hard-coded_location_for_man_pages_and_w3m_cgi_wrapper.mdwn6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/bugs/hard-coded_location_for_man_pages_and_w3m_cgi_wrapper.mdwn b/doc/bugs/hard-coded_location_for_man_pages_and_w3m_cgi_wrapper.mdwn
index c8b2151fb..1efa5361f 100644
--- a/doc/bugs/hard-coded_location_for_man_pages_and_w3m_cgi_wrapper.mdwn
+++ b/doc/bugs/hard-coded_location_for_man_pages_and_w3m_cgi_wrapper.mdwn
@@ -8,6 +8,10 @@ is hard-coded in Makefile.PL.
The patch below makes it possible to install those files to alternative directories
while the default stays as it is now.
+> It should be possible to use the existing MakeMaker variables such as
+> INSTALLMAN1DIR (though MakeMaker lacks one for man8). I'd prefer not
+> adding new variables where MakeMaker already has them. --[[Joey]]
+
<pre>
- Introduce two variables, IKI_MANDIR and IKI_W3MCGIDIR, to be set from
@@ -85,4 +89,4 @@ wiki-mass-rebuild.8
WriteMakefile(
-</pre> \ No newline at end of file
+</pre>