diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-07 21:00:48 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-07 21:00:48 +0000 |
commit | 1bdfa4d8b54763eee1c266e3516bb50dd864cedc (patch) | |
tree | 45bb961a8b4b2b790875c320f2c6e6e5d141de10 /Makefile.PL | |
parent | 1cd1f073fff6be0300dec80cf1571ca247ce24ab (diff) | |
download | ikiwiki-1bdfa4d8b54763eee1c266e3516bb50dd864cedc.tar ikiwiki-1bdfa4d8b54763eee1c266e3516bb50dd864cedc.tar.gz |
* Support a w3mmode, which lets w3m run ikiwiki using its local CGI
support, to edit pages etc without a web server.
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-x | Makefile.PL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index 89a8f3232..59c5d86ba 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -39,6 +39,9 @@ extra_install: install -d $(PREFIX)/sbin install ikiwiki-mass-rebuild $(PREFIX)/sbin + + install -d $(PREFIX)/lib/w3m/cgi-bin + install ikiwiki-w3m.cgi $(PREFIX)/lib/w3m/cgi-bin } } |