58b4fea
#
58b4fea
# newer GNU Make versions (3.82, maybe older) get confused by something in this 
58b4fea
# area; we never installed the HTML docs anyway, so simply remove the section
58b4fea
#
58b4fea
diff -Naru websec-1.9.0.org/Makefile websec-1.9.0/Makefile
58b4fea
--- websec-1.9.0.org/Makefile	2003-05-18 09:37:00.000000000 +0200
58b4fea
+++ websec-1.9.0/Makefile	2011-06-22 18:54:11.674124020 +0200
58b4fea
@@ -55,15 +55,3 @@
58b4fea
 
58b4fea
 $(CONFMAN) : %.5 : %
58b4fea
 	pod2man --section 5 $< > $@
58b4fea
-
58b4fea
-install_html: html
58b4fea
-	install -m 0644 $(HTMLFILES) $(DEST)
58b4fea
-
58b4fea
-html: $(CONFMANHTML) $(PROGMANHTML)
58b4fea
-
58b4fea
-$(CONFMANHTML) : %(5).html : %
58b4fea
-	pod2html --htmlroot . --podroot . --podpath . --infile "$<" --outfile "$@"
58b4fea
-
58b4fea
-$(PROGMANHTML) : %(1).html : %
58b4fea
-	-rm -f pod2htm*
58b4fea
-	pod2html --htmlroot . --podroot . --podpath . --infile "$<" --outfile "$@"