You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/log4c/files/log4c-1.2.4-docdir.patch

17 lines
399 B

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