summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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 \