mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Build and install the GASP info page. Unfortunately there is no manpage.
This commit is contained in:
parent
4b99719cb0
commit
983d57fe35
1 changed files with 16 additions and 0 deletions
16
gnu/usr.bin/binutils/gasp/doc/Makefile
Normal file
16
gnu/usr.bin/binutils/gasp/doc/Makefile
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.include "../../Makefile.inc0"
|
||||
|
||||
RELTOP:= ../..
|
||||
|
||||
.PATH: ${SRCDIR}/gas/doc
|
||||
|
||||
INFO= gasp
|
||||
|
||||
INFOSECTION= "GASP Documentation"
|
||||
INFOENTRY= "* gasp: (gasp). The GNU Assembler Macro Preprocessor."
|
||||
|
||||
MAKEINFOFLAGS+= -I ${SRCDIR}/gas/doc
|
||||
|
||||
.include <bsd.info.mk>
|
||||
Loading…
Reference in a new issue