summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-12-28 22:32:24 +0000
committerobrien <obrien@FreeBSD.org>1999-12-28 22:32:24 +0000
commitf9f846550e250ee609ee8c0582f13ae2520680af (patch)
tree2199a2b29020ce8db6244ee3441a14c955986ee5
parent79ed6d89a60162616c1a1beda6abd09e6f7e43ac (diff)
downloadFreeBSD-src-f9f846550e250ee609ee8c0582f13ae2520680af.zip
FreeBSD-src-f9f846550e250ee609ee8c0582f13ae2520680af.tar.gz
Build and install the GASP info page. Unfortunately there is no manpage.
-rw-r--r--gnu/usr.bin/binutils/gasp/doc/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gasp/doc/Makefile b/gnu/usr.bin/binutils/gasp/doc/Makefile
new file mode 100644
index 0000000..093d78c
--- /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 <bsd.info.mk>
OpenPOWER on IntegriCloud