]> Zhao Yanbai Git Server - minix.git/commitdiff
*** empty log message ***
authorBen Gras <ben@minix3.org>
Fri, 21 Oct 2005 11:18:41 +0000 (11:18 +0000)
committerBen Gras <ben@minix3.org>
Fri, 21 Oct 2005 11:18:41 +0000 (11:18 +0000)
commands/Makefile
commands/simple/man.c

index d27f929b891989a53fcfd7036aee5830b8cf14af..268693148c753e4f7827f4233ec9a00ce4017196 100755 (executable)
@@ -12,6 +12,7 @@ EMACS=emacs-21.4
 LYNX=lynx2-8-5
 COREUTILS=gnu-coreutils-5.2.1
 VIM=vim63
+PERL=perl-5.8.7
 
 SMALLPROGRAMS=`arch` aal advent ash autil awk bc byacc cawf cron de dhcpd dis88 elle elvis ftp ftpd ftpd200 httpd ibm indent m4 make mdb mined patch ps reboot rlogind scripts sh simple talk talkd telnet telnetd urlget yap zmodem
 
@@ -49,6 +50,7 @@ big:
        cd $(KERMIT) && /bin/sh makeme.sh
        cd $(LYNX) && /bin/sh makeme.sh
        cd $(COREUTILS) && /bin/sh makeme.sh
+       cd $(PERL) && /bin/sh makeme.sh
        cd $(EMACS) && /bin/sh makeme.sh
        cd $(PYTHON) && /bin/sh makeme.sh 
        cd $(VIM) && /bin/sh makeme.sh 
@@ -61,6 +63,7 @@ biginstall: big
        cd $(LYNX) && make install
        cd $(EMACS) && make install
        cd $(COREUTILS) && make install
+       cd $(PERL) && make install
        cd $(VIM) && make install
 
 clean::
index 2fe4e6393f865008ff8bf3db2b028f516930e6fb..7004aa0bbbff42233d9aec6c6431ccd30e9a4e87 100755 (executable)
@@ -16,7 +16,7 @@
 #include <sys/wait.h>
 
 /* Defaults: */
-char MANPATH[]=        "/usr/local/man:/usr/man";
+char MANPATH[]=        "/usr/local/man:/usr/man:/usr/gnu/man";
 char PAGER[]=  "more";
 
 /* Comment at the start to let tbl(1) be run before n/troff. */