On Tue, 1 Sep 2020 at 06:04, Zebediah Figura z.figura12@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
+@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)?)