$NetBSD$

Ignore error if little.html isn't generated

--- src/gui/tcltk/tcl/doc/L/Makefile.orig	2016-07-15 19:21:30.000000000 +0000
+++ src/gui/tcltk/tcl/doc/L/Makefile
@@ -35,7 +35,8 @@
 	gv little.ps
 
 install: all
-	cp delta.gif little.man little.1 little.txt little.html $(INSTALL_DIR)
+	cp delta.gif little.man little.1 little.txt $(INSTALL_DIR)
+	-cp little.html $(INSTALL_DIR)
 
 pfmt: little.man
 	-test -d $(PFMT_DIR) && { \
