From 983d57fe3592376e2c72ed68c34071d296ab9d9b Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 28 Dec 1999 22:32:24 +0000 Subject: [PATCH] Build and install the GASP info page. Unfortunately there is no manpage. --- gnu/usr.bin/binutils/gasp/doc/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gnu/usr.bin/binutils/gasp/doc/Makefile diff --git a/gnu/usr.bin/binutils/gasp/doc/Makefile b/gnu/usr.bin/binutils/gasp/doc/Makefile new file mode 100644 index 00000000000..093d78c9a09 --- /dev/null +++ b/gnu/usr.bin/binutils/gasp/doc/Makefile @@ -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