summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-04-17 17:36:13 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-04-17 17:36:13 -0400
commita9f5214b4c3ed5f65bb18b833553789699b44d4f (patch)
tree1dfa81ad11aa3504716b84ff13e6fdeef2d1571b /doc
parent0c5991dba7a1264b59ffbbcdbbd71486c6fb6c99 (diff)
downloadcups-a9f5214b4c3ed5f65bb18b833553789699b44d4f.tar.gz
Fix typo in makefile.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index e994e9679..b1278c3c1 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -171,7 +171,7 @@ install-data: $(INSTALL_LANGUAGES)
done
if test "x$(IPPFIND_MAN)" != x; then \
$(INSTALL_MAN) man-ippfind.html $(DOCDIR)/help; \
- done
+ fi
$(INSTALL_DIR) -m 755 $(DOCDIR)/images
for file in $(WEBIMAGES) $(HELPIMAGES); do \
$(INSTALL_MAN) $$file $(DOCDIR)/images; \