summaryrefslogtreecommitdiff
path: root/mk/help
AgeCommit message (Collapse)AuthorFilesLines
2007-06-04Keywords may be separated by commas.rillig1-2/+2
2007-05-24Replaced printf(1) with echo(1), since printf is not available in therillig1-8/+8
top-level directory of pkgsrc.
2007-05-24If more than one location for a topic is found, print an empty linerillig1-1/+3
between them. Up to now, "bmake help topic=configure" looked rather compressed.
2007-04-11When pkgsrc-wip is available, look in those files, too.rillig1-1/+4
2007-03-09The mk/*/*/*.mk files are also interesting.rillig2-3/+11
Don't print the make target definition in the help text.
2007-03-01Remove SCRIPTS_ENV TODO, it is already documented inwiz1-5/+1
mk/configure/bsd.configure-vars.mk.
2007-02-20Make the help finder find multi-line definitions, like inrillig1-5/+10
mk/configure/replace-interpreter.mk.
2007-02-06Documented PKGNAME and PKGREVISION.rillig2-11/+51
2007-02-06A bit more documentation.rillig1-2/+4
2007-02-05More documentation for debugging pkgsrc.rillig1-0/+29
2007-01-21Some variable definitions in mk/defaults/mk.conf have only one word inrillig1-2/+2
the line where the variable name appears.
2007-01-17Documented WRKDIR.rillig1-1/+20
2007-01-15Documented PKGDIR.rillig1-1/+18
2007-01-14The default variable assignment is printed by "make help" again.rillig1-3/+3
Completely empty lines are suppressed.
2007-01-12Added the file msg.help, which describes the INFO_MSG, WARNING_MSG,rillig2-1/+21
ERROR_MSG and FATAL_MSG commands.
2007-01-12PKGTOOLS_ENV does not exist anymore.rillig1-5/+1
2007-01-12Fixed the documentation of the PREFIX variable. It cannot be overridden,rillig1-3/+12
neither by the user nor by a package.
2007-01-11Bugfix: the first and second paragraph of a topic had not had an emptyrillig1-1/+2
line between them.
2007-01-09The help topic at the very end of the last file must also be considered.rillig1-20/+25
2007-01-08In make targets, it is seldomly useful to show the implementation to therillig1-3/+10
user.
2007-01-07Don't print the Keywords line.rillig1-1/+2
2007-01-06Rewrote the AWK program and added many comments.rillig2-32/+57
2007-01-02Also accept ordinary variable definitions as defining lines for a helprillig1-2/+2
topic.
2007-01-02Rewrote the integrated help to show the complete pathname, not only therillig2-37/+51
RCS Id, of the file containing the documentation. When the documentation contains lines starting with "Keywords:", these lines are not shown by "make help", but all following words are checked for the topic.
2006-12-21The *.mk files for Perl, PHP, Python and Ruby packages are also searchedrillig1-1/+3
for documentation by "make help".
2006-11-15Added some documentation on the DESTDIR support that has recently beenrillig1-0/+45
introduced to pkgsrc. There are still some FIXMEs left.
2006-11-04Added some more formats that are needed to recognize SMART_MESSAGES inrillig1-2/+3
mk/defaults/mk.conf.
2006-11-04mk/defaults/mk.conf is an important source for online help. It justrillig1-2/+2
doesn't match the *.mk pattern, and that's why it had been excluded up to now, accidentally.
2006-10-25Tried to document some of the *_ENV variables. There are still many TODOrillig1-0/+66
and XXX tags.
2006-10-25The file directories.mk provides a short help on some directories thatrillig1-0/+41
are important to pkgsrc.
2006-10-23Moved the help system into its own subdirectory. Extracted the AWKrillig2-0/+111
program into its own file, since that way, one can add comments to the code. For convenience, keyword search is case insensitive.
2006-10-23Added a file describing the DISTNAME variable, so "make helprillig1-0/+11
topic=DISTNAME" produces useful results. And no, I didn't start the PKGNAME vs. DISTNAME discussion here.