03be07fb0d
- specify license version - don't bother installing useless documentation which breaks builds every now and then feedback and ok ajacoutot@
16 lines
452 B
Plaintext
16 lines
452 B
Plaintext
$OpenBSD: patch-docs_reference_Makefile_in,v 1.3 2008/11/21 18:09:05 jasper Exp $
|
|
--- docs/reference/Makefile.in.orig Mon Aug 4 04:13:43 2008
|
|
+++ docs/reference/Makefile.in Sun Aug 10 13:09:50 2008
|
|
@@ -469,9 +469,9 @@ uninstall-reference: html/index.html
|
|
rm -f $(DESTDIR)$(referencedir)/$$f; \
|
|
done
|
|
|
|
-all-local: html/index.html
|
|
+all-local:
|
|
|
|
-install-data-local: install-reference
|
|
+install-data-local:
|
|
|
|
uninstall-local: uninstall-reference
|
|
|