16 lines
455 B
Plaintext
16 lines
455 B
Plaintext
$OpenBSD: patch-docs_reference_Makefile_in,v 1.8 2010/10/31 05:39:13 ajacoutot Exp $
|
|
--- docs/reference/Makefile.in.orig Sat Oct 30 16:17:09 2010
|
|
+++ docs/reference/Makefile.in Sun Oct 31 06:29:07 2010
|
|
@@ -477,9 +477,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
|
|
|