From 0408e48c26bfae60d4973e1f1128ac419d6268a2 Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Mon, 28 Nov 2011 01:11:27 -0500
Subject: docs: installing generated _doc.i files under autotools.

---
 gr-pager/swig/Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'gr-pager/swig/Makefile.am')

diff --git a/gr-pager/swig/Makefile.am b/gr-pager/swig/Makefile.am
index ef9925be44..4be40a6b09 100644
--- a/gr-pager/swig/Makefile.am
+++ b/gr-pager/swig/Makefile.am
@@ -53,6 +53,9 @@ BUILT_SOURCES += \
 $(TOP_SWIG_DOC_IFILES):
 	`echo "" > $@`
 
+install-data-local:
+	cp -p $(TOP_SWIG_DOC_IFILES) $(swigincludedir)
+
 # Install so that they end up available as:
 #   import gnuradio.pager
 # This ends up at:
-- 
cgit v1.2.3