Print this page
1181 Remove plot(1B), plot(4B), tplot(1)
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Richard Lowe <richlowe@richlowe.net>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1/Makefile
          +++ new/usr/src/man/man1/Makefile
↓ open down ↓ 376 lines elided ↑ open up ↑
 377  377                  telnet.1                        \
 378  378                  test.1                          \
 379  379                  tftp.1                          \
 380  380                  time.1                          \
 381  381                  times.1                         \
 382  382                  timex.1                         \
 383  383                  tip.1                           \
 384  384                  tnfdump.1                       \
 385  385                  tnfxtract.1                     \
 386  386                  touch.1                         \
 387      -                tplot.1                         \
 388  387                  tput.1                          \
 389  388                  tr.1                            \
 390  389                  trap.1                          \
 391  390                  troff.1                         \
 392  391                  true.1                          \
 393  392                  truss.1                         \
 394  393                  tsort.1                         \
 395  394                  tty.1                           \
 396  395                  type.1                          \
 397  396                  typeset.1                       \
↓ open down ↓ 124 lines elided ↑ open up ↑
 522  521                  settime.1       \
 523  522                  sh.1            \
 524  523                  snca.1          \
 525  524                  source.1        \
 526  525                  sparc.1         \
 527  526                  spellin.1       \
 528  527                  stop.1          \
 529  528                  strconf.1       \
 530  529                  sun.1           \
 531  530                  switch.1        \
 532      -                t300.1          \
 533      -                t300s.1         \
 534      -                t4014.1         \
 535      -                t450.1          \
 536      -                tek.1           \
 537  531                  u370.1          \
 538  532                  u3b.1           \
 539  533                  u3b15.1         \
 540  534                  u3b2.1          \
 541  535                  u3b5.1          \
 542  536                  ulimit.1        \
 543  537                  unalias.1       \
 544  538                  uncompress.1    \
 545  539                  unexpand.1      \
 546  540                  unhash.1        \
↓ open down ↓ 6 lines elided ↑ open up ↑
 553  547                  valgid.1        \
 554  548                  valint.1        \
 555  549                  valpath.1       \
 556  550                  valrange.1      \
 557  551                  valstr.1        \
 558  552                  valtime.1       \
 559  553                  valuid.1        \
 560  554                  valyorn.1       \
 561  555                  vax.1           \
 562  556                  vedit.1         \
 563      -                ver.1           \
 564  557                  whence.1        \
 565  558                  while.1         \
 566  559                  zcat.1
 567  560  
 568  561  MANFILES +=     $(MANSOFILES)
 569  562  
 570  563  intro.1         := SOSRC = man1/Intro.1
 571  564  
 572  565  unalias.1       := SOSRC = man1/alias.1
 573  566  
↓ open down ↓ 158 lines elided ↑ open up ↑
 732  725  while.1         := SOSRC = man1/shell_builtins.1
 733  726  
 734  727  hashcheck.1     := SOSRC = man1/spell.1
 735  728  hashmake.1      := SOSRC = man1/spell.1
 736  729  spellin.1       := SOSRC = man1/spell.1
 737  730  
 738  731  strconf.1       := SOSRC = man1/strchg.1
 739  732  
 740  733  settime.1       := SOSRC = man1/touch.1
 741  734  
 742      -t300.1          := SOSRC = man1/tplot.1
 743      -t300s.1         := SOSRC = man1/tplot.1
 744      -t4014.1         := SOSRC = man1/tplot.1
 745      -t450.1          := SOSRC = man1/tplot.1
 746      -tek.1           := SOSRC = man1/tplot.1
 747      -ver.1           := SOSRC = man1/tplot.1
 748      -
 749  735  onintr.1        := SOSRC = man1/trap.1
 750  736  
 751  737  false.1         := SOSRC = man1/true.1
 752  738  
 753  739  whence.1        := SOSRC = man1/typeset.1
 754  740  
 755  741  vedit.1         := SOSRC = man1/vi.1
 756  742  
 757  743  edit.1          := SOSRC = man1has/edit.1
 758  744  
 759  745  .KEEP_STATE:
 760  746  
 761  747  include ../Makefile.man
 762  748  
 763  749  install: $(ROOTMANFILES)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX