[PATCH vkd3d v3 1/5] include: Add basic documentation for vkd3d_types.h.

Henri Verbeet hverbeet at gmail.com
Tue Sep 1 09:33:37 CDT 2020


On Tue, 1 Sep 2020 at 06:04, Zebediah Figura <z.figura12 at gmail.com> wrote:
> diff --git a/Makefile.am b/Makefile.am
> index 58b3174c..460818c4 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -167,6 +167,10 @@ demos_triangle_CFLAGS = $(DEMOS_CFLAGS)
>  demos_triangle_LDADD = $(DEMOS_LDADD)
>  endif
>
> + at DX_RULES@
> +all: doxygen-doc
When configured with --disable-doxygen-doc (or, when doxygen is not
installed) there is no doxygen-doc target, and this fails.

> +CLEANFILES += DX_CLEANFILES
This doesn't work. (Did you mean $(DX_CLEANFILES)?)



More information about the wine-devel mailing list