mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-18 22:15:46 +01:00
Remove info pages
This commit is contained in:
parent
9da2c520f8
commit
c78d63c643
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276562
@ -1,7 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR= doc
|
||||
|
||||
LIB= gnuregex
|
||||
SHLIB_MAJOR= 5
|
||||
|
||||
|
@ -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>
|
@ -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
Loading…
Reference in New Issue
Block a user