blob: 508d88d0789aef463e4e346f1ea6277d7fa96ec6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
--- Makefile.in.orig 2017-06-15 21:00:10 UTC
+++ Makefile.in
@@ -84,7 +84,7 @@ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile
$(top_srcdir)/configure $(am__configure_deps) \
$(srcdir)/config.h.in $(srcdir)/gsmartcontrol.spec.in \
$(srcdir)/version.in $(srcdir)/compilation_flags.in \
- $(dist_doc_DATA) $(nobase_dist_doc_DATA) COPYING ChangeLog \
+ $(dist_doc_DATA) $(nobase_dist_doc_DATA) ChangeLog \
INSTALL NEWS TODO ar-lib config.guess config.sub depcomp \
install-sh missing
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -375,17 +375,7 @@ noinst_DATA = AUTHORS.txt LICENSE_gsmartcontrol.txt RE
# These will be installed into docdir.
# Some of these files are actually needed for compilation (see src/res/Makefile.am).
dist_doc_DATA = AUTHORS.txt ChangeLog NEWS README.txt \
- LICENSE_boost_1_0.txt \
- LICENSE_bsd-ac.txt \
- LICENSE_bsd-ucb.txt \
- LICENSE_gpl2.txt \
- LICENSE_gpl3.txt \
- LICENSE_gsmartcontrol.txt \
- LICENSE_hz.txt \
- LICENSE_pcrecpp.txt \
- LICENSE_unlicense.txt \
- LICENSE_zlib.txt
-
+ LICENSE_gsmartcontrol.txt
# nobase_ preserves their directory names.
nobase_dist_doc_DATA = contrib/cron-based_noadmin/README \
|