X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=doc%2Fapi%2FMakefile.am;fp=doc%2Fapi%2FMakefile.am;h=c84bb770a3723798fa774eb24313d4a35dc879aa;hp=75c75dd88312e17d1fdf007c5e38eeec5cb69b3c;hb=8b5bac09e3417f65a05895c639c19c13df123ca7;hpb=7dd841e44a78ee8a5a2d4f958459c6ed1704321c diff --git a/doc/api/Makefile.am b/doc/api/Makefile.am index 75c75dd8..c84bb770 100644 --- a/doc/api/Makefile.am +++ b/doc/api/Makefile.am @@ -1,7 +1,10 @@ +API_DOC_INSTALL_DIR = "$(DESTDIR)$(docdir)/api" + all-local: doxygen-doc install-data-local: doxygen-doc - cp -rv output/html "$(DESTDIR)$(docdir)/api" + $(mkdir_p) "$(API_DOC_INSTALL_DIR)" + cp -rv output/html "$(API_DOC_INSTALL_DIR)" @DX_RULES@