From 67d0b6b38b25166557de48a8e829c303d95ddfbc Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Tue, 6 Dec 2011 19:59:59 -0500
Subject: docs: fixes some warnings.

There is way too much institutional knowledge in these makefiles now. Another reason I'm glad we're going to cmake, which is being kept more sane as all of the problems are already known.
---
 gr-pager/swig/Makefile.am | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

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

diff --git a/gr-pager/swig/Makefile.am b/gr-pager/swig/Makefile.am
index f84257e775..abd714aac6 100644
--- a/gr-pager/swig/Makefile.am
+++ b/gr-pager/swig/Makefile.am
@@ -41,13 +41,14 @@ noinst_GUILE  = pager.test
 
 ##############################
 # SWIG interface and library
-TOP_SWIG_IFILES = \
-	$(TOP_SWIG_DOC_IFILES) 	\
-	pager_swig.i
 
 TOP_SWIG_DOC_IFILES = \
 	pager_swig_doc.i
 
+TOP_SWIG_IFILES = \
+	$(TOP_SWIG_DOC_IFILES) 	\
+	pager_swig.i
+
 BUILT_SOURCES += \
 	$(TOP_SWIG_DOC_IFILES)
 
-- 
cgit v1.2.3