mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 19:45:04 -05:00
ignore make error when trying to copy curl.pdf which isnt in CVS.
This commit is contained in:
parent
fcfffbe2f2
commit
924665c84c
@ -215,7 +215,7 @@ dist: all
|
|||||||
-$(RM) $(OBJDIR)/$(TARGET).def $(OBJDIR)/version.inc $(XDCDATA)
|
-$(RM) $(OBJDIR)/$(TARGET).def $(OBJDIR)/version.inc $(XDCDATA)
|
||||||
|
|
||||||
install: $(INSTDIR) all
|
install: $(INSTDIR) all
|
||||||
@$(CP) ../docs/$(TARGET).pdf $(INSTDIR)
|
@-$(CP) ../docs/$(TARGET).pdf $(INSTDIR)
|
||||||
@$(CP) $(TARGET).nlm $(INSTDIR)
|
@$(CP) $(TARGET).nlm $(INSTDIR)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user