OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
ab436eb2db5172fd387765b75399d26f75cbf88d
Authored by
Jay Berkenbilt
2018-10-11 18:32:38 -0400
1 parent
d6dbc6b3
Fix typo
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
make/installwin.mk
make/installwin.mk
View file @
ab436eb
...
...
@@ -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
...
...