ignore make error when trying to copy curl.pdf which isnt in CVS.
authorGunter Knauf <gk@gknw.de>
Sun, 1 Jul 2007 22:17:07 +0000 (22:17 +0000)
committerGunter Knauf <gk@gknw.de>
Sun, 1 Jul 2007 22:17:07 +0000 (22:17 +0000)
src/Makefile.netware

index 33d3345..0e175d3 100644 (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: