Commit 924665c8 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

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

parent fcfffbe2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: