Commit ab436eb2db5172fd387765b75399d26f75cbf88d
1 parent
d6dbc6b3
Fix typo
Showing
1 changed file
with
1 additions
and
1 deletions
make/installwin.mk
| @@ -22,5 +22,5 @@ installwin: all | @@ -22,5 +22,5 @@ installwin: all | ||
| 22 | cp doc/qpdf-manual.html $(DEST)/doc; \ | 22 | cp doc/qpdf-manual.html $(DEST)/doc; \ |
| 23 | fi | 23 | fi |
| 24 | if [ -f doc/qpdf-manual.pdf ]; then \ | 24 | if [ -f doc/qpdf-manual.pdf ]; then \ |
| 25 | - doc/qpdf-manual.pdf $(DEST)/doc; \ | 25 | + cp doc/qpdf-manual.pdf $(DEST)/doc; \ |
| 26 | fi | 26 | fi |