summaryrefslogtreecommitdiff
path: root/libexec/makewhatis/Makefile
AgeCommit message (Collapse)Author
2013-01-29refactor code a bit to actually store subjects in the subject objectMarc Espie
reformat for 8 spaces tab. okay millert@
2011-01-26placeholder for future changes, as discussed with miod@Marc Espie
2008-09-01Install files in the correct directory even with NOMAN set.Dale Rahn
Theo made a number of suggestions/enhancements to get to this final version.
2004-08-06Reorganize makewhatis in smaller modules.Marc Espie
Avoid pulling unneeded code: for instance, if you have only formated manpages in your system, Unformated will never be used; Check put aside and only used in -p mode. -t mode won't pull Whatis. Find; File::Compare and File::Copy and File::Temp likewise. okay millert@
2000-02-03Switch to perl: *much* faster (about ten times), *much* more flexible,Marc Espie
simpler to understand (no more sed), and no temporary files. Some useful comment by Matt Patton. Ok'ed millert@
1997-11-08With the new manpage, we need an obj subdir for ro /usr/src builds.Todd T. Fries
Noticed by dgregor@
1997-11-05man page from netbsdTheo de Raadt
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1995-10-18initial import of NetBSD treeTheo de Raadt