From b3fab1f2cd22bfaee95831af57a65f803f03083c Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Mon, 29 Oct 2012 16:26:59 +0100 Subject: doc: add apidoc target for doxygen API documentation Documentation includes only the externally visible API of the installed headers. Based on a patch by Anton Khirnov . Signed-off-by: Anton Khirnov --- library.mak | 2 ++ 1 file changed, 2 insertions(+) (limited to 'library.mak') diff --git a/library.mak b/library.mak index cbfa0d48e1..33ec37f1cd 100644 --- a/library.mak +++ b/library.mak @@ -6,6 +6,8 @@ LIBVERSION := $(lib$(NAME)_VERSION) LIBMAJOR := $(lib$(NAME)_VERSION_MAJOR) INCINSTDIR := $(INCDIR)/lib$(NAME) +INSTHEADERS := $(INSTHEADERS) $(HEADERS:%=$(SUBDIR)%) + all-$(CONFIG_STATIC): $(SUBDIR)$(LIBNAME) all-$(CONFIG_SHARED): $(SUBDIR)$(SLIBNAME) -- cgit v1.2.3