1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

ignore make error when trying to copy curl.pdf which isnt in CVS.

This commit is contained in:
Gunter Knauf 2007-07-01 22:17:07 +00:00
parent fcfffbe2f2
commit 924665c84c

View File

@ -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: