1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Build and install the GASP info page. Unfortunately there is no manpage.

This commit is contained in:
David E. O'Brien 1999-12-28 22:32:24 +00:00
parent 4b99719cb0
commit 983d57fe35
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55197

View 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>