diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.netware | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.netware b/src/Makefile.netware index 7d72a1e2b..176d814c0 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -234,6 +234,7 @@ $(OBJDIR)/version.inc: $(CURL_INC)/curl/curlver.h $(OBJDIR) install: $(INSTDIR) all @-$(CP) ../docs/$(TARGET).pdf $(INSTDIR) + @-$(CP) ../docs/$(TARGET).html $(INSTDIR) @$(CP) $(TARGET).nlm $(INSTDIR) clean: |