mirror of
https://github.com/curl/curl.git
synced 2026-05-22 01:16:23 +03:00
ignore make error when trying to copy curl.pdf which isnt in CVS.
This commit is contained in:
parent
fcfffbe2f2
commit
924665c84c
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ dist: all
|
|||
-$(RM) $(OBJDIR)/$(TARGET).def $(OBJDIR)/version.inc $(XDCDATA)
|
||||
|
||||
install: $(INSTDIR) all
|
||||
@$(CP) ../docs/$(TARGET).pdf $(INSTDIR)
|
||||
@-$(CP) ../docs/$(TARGET).pdf $(INSTDIR)
|
||||
@$(CP) $(TARGET).nlm $(INSTDIR)
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue