summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-12-28 22:32:24 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-12-28 22:32:24 +0000
commit983d57fe3592376e2c72ed68c34071d296ab9d9b (patch)
tree775d9d305d6eef2d1858fd11e0576e770d5c3360
parent4b99719cb0a0355ae9384acfa982ba9710da9176 (diff)
Notes
-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 000000000000..093d78c9a091
--- /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>