summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-04-17 17:38:30 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-04-17 17:38:30 -0400
commitef6de4e15d016ef403075ad4c12f4e2a2f865cc2 (patch)
treec9e5ad512fa1a0c9ef522938b9efb168635c2db1 /doc
parenta9f5214b4c3ed5f65bb18b833553789699b44d4f (diff)
downloadcups-ef6de4e15d016ef403075ad4c12f4e2a2f865cc2.tar.gz
Another typo.
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 b1278c3c1..7f8e70341 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -170,7 +170,7 @@ install-data: $(INSTALL_LANGUAGES)
$(INSTALL_MAN) $$file $(DOCDIR)/help; \
done
if test "x$(IPPFIND_MAN)" != x; then \
- $(INSTALL_MAN) man-ippfind.html $(DOCDIR)/help; \
+ $(INSTALL_MAN) help/man-ippfind.html $(DOCDIR)/help; \
fi
$(INSTALL_DIR) -m 755 $(DOCDIR)/images
for file in $(WEBIMAGES) $(HELPIMAGES); do \