summaryrefslogtreecommitdiff
blob: 9bbb532da33bd8aa24622ce55b2635cb1bc71251 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Respect the autotools docdir switch. Avoid installing a copy of the license.

--- doc/Makefile.am
+++ doc/Makefile.am
@@ -1,10 +1,9 @@
 man3dir  = $(mandir)/man3
-docdir   = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+docdir   = @docdir@
 docfiles = \
 	$(top_srcdir)/README \
 	$(top_srcdir)/AUTHORS \
 	$(top_srcdir)/NEWS \
-	$(top_srcdir)/COPYING \
 	$(top_srcdir)/ChangeLog
 
 targets = doxygen.stamp