]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/hard-coded_location_for_man_pages_and_w3m_cgi_wrapper.mdwn
* Fix graphviz plugin to not try to read images as utf-8; they might
[ikiwiki.git] / doc / bugs / hard-coded_location_for_man_pages_and_w3m_cgi_wrapper.mdwn
index c8b2151fbb8a011886e5754bc49d82c15e5ed80c..1efa5361f9103727a8023ca9a5c466bbecd147a4 100644 (file)
@@ -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>