fix make clean

we had an error in the docy bits of c++
This commit is contained in:
John Cupitt 2021-01-02 15:04:42 +00:00
parent 0e7f2124c7
commit a12be84098
2 changed files with 3 additions and 4 deletions

View File

@ -233,7 +233,7 @@ if test x"$with_doxygen" != x"no"; then
with_doxygen=no
fi
fi
AM_CONDITIONAL([HAVE_DOXYGEN], [test -n "$DOXYGEN"])
AM_CONDITIONAL(HAVE_DOXYGEN, [test x"$with_doxygen" = x"yes"])
# we need a fully expanded version of $libdir
# without this we get something like

View File

@ -29,8 +29,8 @@ vips-operators.cpp:
./gen-operators.py -g cpp >> vips-operators.cpp
if HAVE_DOXYGEN
html_DATA = html
endif
html: doxygen.stamp
@ -42,10 +42,9 @@ install-htmlDATA:
-mkdir -p $(DESTDIR)$(htmldir)
-cp -r html $(DESTDIR)$(htmldir)
endif
EXTRA_DIST = \
README.md \
vips-operators.cpp \
Doxyfile.in \
gen-operators.py