2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-01-31 02:48:31 +00:00
This commit is contained in:
Jay Berkenbilt 2018-10-11 18:32:38 -04:00
parent d6dbc6b389
commit ab436eb2db

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