Remove info pages

This commit is contained in:
Baptiste Daroussin 2015-01-02 19:05:39 +00:00
parent 9da2c520f8
commit c78d63c643
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276562
4 changed files with 0 additions and 3056 deletions

View File

@ -1,7 +1,5 @@
# $FreeBSD$
SUBDIR= doc
LIB= gnuregex
SHLIB_MAJOR= 5

View File

@ -1,14 +0,0 @@
# $FreeBSD$
INFO = regex
INFOSECTION= "Programming & development tools."
INFOENTRY_regex= "* Regex: (regex). Regular expression library."
CLEANFILES += regex.texi
regex.texi: xregex.texi ../regex.h
awk -f ${.CURDIR}/include.awk -v source=${.CURDIR}/../regex.h \
< ${.CURDIR}/xregex.texi \
| expand >$@
.include <bsd.info.mk>

View File

@ -1,19 +0,0 @@
# Assume `source' is set with -vsource=filename on the command line.
#
/^\[\[\[/ { inclusion = $2; # name of the thing to include.
printing = 0;
while ((getline line < source) > 0)
{
if (match (line, "\\[\\[\\[end " inclusion "\\]\\]\\]"))
printing = 0;
if (printing)
print line;
if (match (line,"\\[\\[\\[begin " inclusion "\\]\\]\\]"))
printing = 1;
}
close (source);
next;
}
{ print }

File diff suppressed because it is too large Load Diff