summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-26 22:28:56 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-26 22:28:56 -0400
commit0c0e13106e6b655498b6351f66799d8101486195 (patch)
tree9e86297f541a39a0b9d4df33f750ee498e17eac7 /Makefile.am
parentb31ea3f7b9c084f8f15f79214117e62683e360d9 (diff)
downloadgpsd-0c0e13106e6b655498b6351f66799d8101486195.tar.gz
FIXME -> FIX-ME, so I can walk through these without tripping over autotools.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a506e27d..69ca2acd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -710,7 +710,7 @@ TESTS = do-tests
#
# None of these productions are fired by 'make all'.
-# FIXME: Needs to be replaced by a $(MANGENERATOR) rule
+# FIX-ME: Needs to be replaced by a $(MANGENERATOR) rule
%.html: %.xml
xmlto xhtml-nochunks $<
if [ $< -nt www/$< ]; then cp $< www/$<; fi; done