summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-11-10 22:05:16 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-11-10 22:05:16 +0000
commit26ee95ea6202c3051fb49e9557729b5f869cbafc (patch)
treee290523dbfda43caa4ed63f4797342821fa4af1f /Makefile.am
parentd50056ce30fc52a13649a5f93411c0fdd5d4a644 (diff)
downloadgpsd-26ee95ea6202c3051fb49e9557729b5f869cbafc.tar.gz
Fix Andreas's automake conditiional.
Also, some minor documentation improvements and typo fixes.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 950ae9ca..73bc9ed8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -162,6 +162,7 @@ bits_test_LDADD = $(LIBC) libgps.la
packet_test_SOURCES = packet_test.c
packet_test_LDADD = $(LIBC) libgps.la -lm
+if HAVE_XSLT_PROCESSOR
#
# Create Manpages
#
@@ -184,8 +185,6 @@ man_MANS = \
rtcm-104.5 \
srec.5
-if HAVE_XSLT_PROCESSOR
-
.xml.1:
$(MANGENERATOR) $(MANFLAGS) $(MANTARGET) $<