This commit is contained in:
Jay Berkenbilt 2018-10-11 18:32:38 -04:00
parent d6dbc6b389
commit ab436eb2db
1 changed files with 1 additions and 1 deletions

View File

@ -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