aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-10-12 00:32:38 +0200
committerJay Berkenbilt <ejb@ql.org>2018-10-12 00:32:38 +0200
commitab436eb2db5172fd387765b75399d26f75cbf88d (patch)
treeb43b825cae63fb5ec326b5f0592e517e45787391 /make
parentd6dbc6b389857b3f0b3b5b9a6f993e61ce27327c (diff)
downloadqpdf-ab436eb2db5172fd387765b75399d26f75cbf88d.tar.zst
Fix typo
Diffstat (limited to 'make')
-rw-r--r--make/installwin.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/installwin.mk b/make/installwin.mk
index e1e623a3..ff162175 100644
--- a/make/installwin.mk
+++ b/make/installwin.mk
@@ -22,5 +22,5 @@ installwin: all
cp doc/qpdf-manual.html $(DEST)/doc; \
fi
if [ -f doc/qpdf-manual.pdf ]; then \
- doc/qpdf-manual.pdf $(DEST)/doc; \
+ cp doc/qpdf-manual.pdf $(DEST)/doc; \
fi