Commit ab436eb2db5172fd387765b75399d26f75cbf88d

Authored by Jay Berkenbilt
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 22 cp doc/qpdf-manual.html $(DEST)/doc; \
23 23 fi
24 24 if [ -f doc/qpdf-manual.pdf ]; then \
25   - doc/qpdf-manual.pdf $(DEST)/doc; \
  25 + cp doc/qpdf-manual.pdf $(DEST)/doc; \
26 26 fi
... ...