Print this page
feedback from Hans
Add catman, makewhatis functionality.  Print an error if the whatis database
is missing.
mandoc import
   1 #
   2 # This file and its contents are supplied under the terms of the
   3 # Common Development and Distribution License ("CDDL"), version 1.0.
   4 # You may only use this file in accordance with the terms of version
   5 # 1.0 of the CDDL.
   6 #
   7 # A full copy of the text of the CDDL should have accompanied this
   8 # source.  A copy of the CDDL is also available via the Internet
   9 # at http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright 2011, Richard Lowe
  14 # Copyright 2013 Nexenta Systems, Inc.  All rights reserved.

  15 #
  16 
  17 include         $(SRC)/Makefile.master
  18 
  19 MANSECT=        1
  20 
  21 MANFILES=       acctcom.1                       \
  22                 adb.1                           \
  23                 addbib.1                        \
  24                 alias.1                         \
  25                 allocate.1                      \
  26                 amt.1                           \
  27                 appcert.1                       \
  28                 apptrace.1                      \
  29                 apropos.1                       \
  30                 ar.1                            \
  31                 arch.1                          \
  32                 asa.1                           \
  33                 at.1                            \
  34                 atq.1                           \


 211                 logname.1                       \
 212                 logout.1                        \
 213                 look.1                          \
 214                 lookbib.1                       \
 215                 lorder.1                        \
 216                 lp.1                            \
 217                 lpstat.1                        \
 218                 ls.1                            \
 219                 m4.1                            \
 220                 mac.1                           \
 221                 mach.1                          \
 222                 machid.1                        \
 223                 madv.so.1.1                     \
 224                 mail.1                          \
 225                 mailcompat.1                    \
 226                 mailq.1                         \
 227                 mailstats.1                     \
 228                 mailx.1                         \
 229                 makekey.1                       \
 230                 man.1                           \

 231                 mconnect.1                      \
 232                 mcs.1                           \
 233                 mdb.1                           \
 234                 mesg.1                          \
 235                 mkdir.1                         \
 236                 mkmsgs.1                        \
 237                 mktemp.1                        \
 238                 moe.1                           \
 239                 more.1                          \
 240                 mpss.so.1.1                     \
 241                 msgcc.1                         \
 242                 msgcpp.1                        \
 243                 msgcvt.1                        \
 244                 msgfmt.1                        \
 245                 msggen.1                        \
 246                 msgget.1                        \
 247                 mt.1                            \
 248                 mv.1                            \
 249                 nawk.1                          \
 250                 nc.1                            \


 393                 truss.1                         \
 394                 tsort.1                         \
 395                 tty.1                           \
 396                 type.1                          \
 397                 typeset.1                       \
 398                 ul.1                            \
 399                 umask.1                         \
 400                 uname.1                         \
 401                 unifdef.1                       \
 402                 uniq.1                          \
 403                 units.1                         \
 404                 unix2dos.1                      \
 405                 uptime.1                        \
 406                 vacation.1                      \
 407                 vgrind.1                        \
 408                 volcheck.1                      \
 409                 volrmmount.1                    \
 410                 w.1                             \
 411                 wait.1                          \
 412                 wc.1                            \
 413                 whatis.1                        \
 414                 which.1                         \
 415                 who.1                           \
 416                 whocalls.1                      \
 417                 whois.1                         \
 418                 write.1                         \
 419                 xargs.1                         \
 420                 xgettext.1                      \
 421                 xstr.1                          \
 422                 yacc.1                          \
 423                 yes.1                           \
 424                 ypcat.1                         \
 425                 ypmatch.1                       \
 426                 yppasswd.1                      \
 427                 ypwhich.1                       \
 428                 zlogin.1                        \
 429                 zonename.1
 430 
 431 MANLINKS=       batch.1         \
 432                 bg.1            \
 433                 case.1          \


 538                 unalias.1       \
 539                 uncompress.1    \
 540                 unexpand.1      \
 541                 unhash.1        \
 542                 unlimit.1       \
 543                 unpack.1        \
 544                 unset.1         \
 545                 unsetenv.1      \
 546                 until.1         \
 547                 valdate.1       \
 548                 valgid.1        \
 549                 valint.1        \
 550                 valpath.1       \
 551                 valrange.1      \
 552                 valstr.1        \
 553                 valtime.1       \
 554                 valuid.1        \
 555                 valyorn.1       \
 556                 vax.1           \
 557                 vedit.1         \

 558                 whence.1        \
 559                 while.1         \
 560                 zcat.1
 561 
 562 intro.1         := LINKSRC = Intro.1
 563 


 564 unalias.1       := LINKSRC = alias.1
 565 
 566 batch.1         := LINKSRC = at.1
 567 
 568 dirname.1       := LINKSRC = basename.1
 569 
 570 continue.1      := LINKSRC = break.1
 571 
 572 chdir.1         := LINKSRC = cd.1
 573 dirs.1          := LINKSRC = cd.1
 574 popd.1          := LINKSRC = cd.1
 575 pushd.1         := LINKSRC = cd.1
 576 
 577 errdate.1       := LINKSRC = ckdate.1
 578 helpdate.1      := LINKSRC = ckdate.1
 579 valdate.1       := LINKSRC = ckdate.1
 580 
 581 errgid.1        := LINKSRC = ckgid.1
 582 helpgid.1       := LINKSRC = ckgid.1
 583 valgid.1        := LINKSRC = ckgid.1


   1 #
   2 # This file and its contents are supplied under the terms of the
   3 # Common Development and Distribution License ("CDDL"), version 1.0.
   4 # You may only use this file in accordance with the terms of version
   5 # 1.0 of the CDDL.
   6 #
   7 # A full copy of the text of the CDDL should have accompanied this
   8 # source.  A copy of the CDDL is also available via the Internet
   9 # at http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright 2011, Richard Lowe
  14 # Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  15 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  16 #
  17 
  18 include         $(SRC)/Makefile.master
  19 
  20 MANSECT=        1
  21 
  22 MANFILES=       acctcom.1                       \
  23                 adb.1                           \
  24                 addbib.1                        \
  25                 alias.1                         \
  26                 allocate.1                      \
  27                 amt.1                           \
  28                 appcert.1                       \
  29                 apptrace.1                      \
  30                 apropos.1                       \
  31                 ar.1                            \
  32                 arch.1                          \
  33                 asa.1                           \
  34                 at.1                            \
  35                 atq.1                           \


 212                 logname.1                       \
 213                 logout.1                        \
 214                 look.1                          \
 215                 lookbib.1                       \
 216                 lorder.1                        \
 217                 lp.1                            \
 218                 lpstat.1                        \
 219                 ls.1                            \
 220                 m4.1                            \
 221                 mac.1                           \
 222                 mach.1                          \
 223                 machid.1                        \
 224                 madv.so.1.1                     \
 225                 mail.1                          \
 226                 mailcompat.1                    \
 227                 mailq.1                         \
 228                 mailstats.1                     \
 229                 mailx.1                         \
 230                 makekey.1                       \
 231                 man.1                           \
 232                 mandoc.1                        \
 233                 mconnect.1                      \
 234                 mcs.1                           \
 235                 mdb.1                           \
 236                 mesg.1                          \
 237                 mkdir.1                         \
 238                 mkmsgs.1                        \
 239                 mktemp.1                        \
 240                 moe.1                           \
 241                 more.1                          \
 242                 mpss.so.1.1                     \
 243                 msgcc.1                         \
 244                 msgcpp.1                        \
 245                 msgcvt.1                        \
 246                 msgfmt.1                        \
 247                 msggen.1                        \
 248                 msgget.1                        \
 249                 mt.1                            \
 250                 mv.1                            \
 251                 nawk.1                          \
 252                 nc.1                            \


 395                 truss.1                         \
 396                 tsort.1                         \
 397                 tty.1                           \
 398                 type.1                          \
 399                 typeset.1                       \
 400                 ul.1                            \
 401                 umask.1                         \
 402                 uname.1                         \
 403                 unifdef.1                       \
 404                 uniq.1                          \
 405                 units.1                         \
 406                 unix2dos.1                      \
 407                 uptime.1                        \
 408                 vacation.1                      \
 409                 vgrind.1                        \
 410                 volcheck.1                      \
 411                 volrmmount.1                    \
 412                 w.1                             \
 413                 wait.1                          \
 414                 wc.1                            \

 415                 which.1                         \
 416                 who.1                           \
 417                 whocalls.1                      \
 418                 whois.1                         \
 419                 write.1                         \
 420                 xargs.1                         \
 421                 xgettext.1                      \
 422                 xstr.1                          \
 423                 yacc.1                          \
 424                 yes.1                           \
 425                 ypcat.1                         \
 426                 ypmatch.1                       \
 427                 yppasswd.1                      \
 428                 ypwhich.1                       \
 429                 zlogin.1                        \
 430                 zonename.1
 431 
 432 MANLINKS=       batch.1         \
 433                 bg.1            \
 434                 case.1          \


 539                 unalias.1       \
 540                 uncompress.1    \
 541                 unexpand.1      \
 542                 unhash.1        \
 543                 unlimit.1       \
 544                 unpack.1        \
 545                 unset.1         \
 546                 unsetenv.1      \
 547                 until.1         \
 548                 valdate.1       \
 549                 valgid.1        \
 550                 valint.1        \
 551                 valpath.1       \
 552                 valrange.1      \
 553                 valstr.1        \
 554                 valtime.1       \
 555                 valuid.1        \
 556                 valyorn.1       \
 557                 vax.1           \
 558                 vedit.1         \
 559                 whatis.1        \
 560                 whence.1        \
 561                 while.1         \
 562                 zcat.1
 563 
 564 intro.1         := LINKSRC = Intro.1
 565 
 566 whatis.1        := LINKSRC = apropos.1
 567 
 568 unalias.1       := LINKSRC = alias.1
 569 
 570 batch.1         := LINKSRC = at.1
 571 
 572 dirname.1       := LINKSRC = basename.1
 573 
 574 continue.1      := LINKSRC = break.1
 575 
 576 chdir.1         := LINKSRC = cd.1
 577 dirs.1          := LINKSRC = cd.1
 578 popd.1          := LINKSRC = cd.1
 579 pushd.1         := LINKSRC = cd.1
 580 
 581 errdate.1       := LINKSRC = ckdate.1
 582 helpdate.1      := LINKSRC = ckdate.1
 583 valdate.1       := LINKSRC = ckdate.1
 584 
 585 errgid.1        := LINKSRC = ckgid.1
 586 helpgid.1       := LINKSRC = ckgid.1
 587 valgid.1        := LINKSRC = ckgid.1