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/maloc/files/1.4-doc.patch

22 lines
539 B

diff --git a/doc/doxygen/Makefile.am b/doc/doxygen/Makefile.am
index 2686292..8f77fe2 100644
--- a/doc/doxygen/Makefile.am
+++ b/doc/doxygen/Makefile.am
@@ -29,14 +29,12 @@
## Author: Michael Holst
## ###########################################################################
-docdir = @prefix@/doc/maloc
-
doc_DATA = maloc_doc
maloc_doc:
$(doxygen_path) $(top_srcdir)/doc/doxygen/maloc.dox
install-docDATA:
- mkdir -p $(docdir)
- cp -r ../api $(docdir)/
+ mkdir -p $(DESTDIR)/@docdir@
+ cp -r ../api $(DESTDIR)/@docdir@