blob: 98c6e6ce34be3f6dd7ec7f4742dea02234684339 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# drop automatic installation of doc files
--- Makefile.in.orig 2011-02-26 09:05:21.000000000 +0000
+++ Makefile.in 2011-02-26 09:06:01.000000000 +0000
@@ -34,8 +34,7 @@
autoconf/config.h.in autoconf/acconfig.h autoconf/Make.common.in \
autoconf/install-sh autoconf/mkinstalldirs
-doc_files = VERIFYING technotes ChangeLog README ReleaseNotes LICENSE \
- INSTALL
+doc_files =
MKDIR = $(srcdir)/autoconf/mkinstalldirs
LIBTOOL_DEPS = @LIBTOOL_DEPS@
|