mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-03 07:12:28 +00:00
Make windows install not fail on missing docs
libtool make install already works this way.
This commit is contained in:
parent
e6a917ec23
commit
449cb67915
@ -18,5 +18,9 @@ installwin: all
|
|||||||
cp include/qpdf/*.h $(DEST)/include/qpdf
|
cp include/qpdf/*.h $(DEST)/include/qpdf
|
||||||
cp include/qpdf/*.hh $(DEST)/include/qpdf
|
cp include/qpdf/*.hh $(DEST)/include/qpdf
|
||||||
cp doc/stylesheet.css $(DEST)/doc
|
cp doc/stylesheet.css $(DEST)/doc
|
||||||
cp doc/qpdf-manual.html $(DEST)/doc
|
if [ -f doc/qpdf-manual.html ]; then \
|
||||||
cp doc/qpdf-manual.pdf $(DEST)/doc
|
cp doc/qpdf-manual.html $(DEST)/doc; \
|
||||||
|
fi
|
||||||
|
if [ -f doc/qpdf-manual.pdf ]; then \
|
||||||
|
doc/qpdf-manual.pdf $(DEST)/doc; \
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user