mirror of
https://github.com/qpdf/qpdf.git
synced 2025-02-07 06:08:26 +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/*.hh $(DEST)/include/qpdf
|
||||
cp doc/stylesheet.css $(DEST)/doc
|
||||
cp doc/qpdf-manual.html $(DEST)/doc
|
||||
cp doc/qpdf-manual.pdf $(DEST)/doc
|
||||
if [ -f doc/qpdf-manual.html ]; then \
|
||||
cp doc/qpdf-manual.html $(DEST)/doc; \
|
||||
fi
|
||||
if [ -f doc/qpdf-manual.pdf ]; then \
|
||||
doc/qpdf-manual.pdf $(DEST)/doc; \
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user