fix make clean
we had an error in the docy bits of c++
This commit is contained in:
parent
0e7f2124c7
commit
a12be84098
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user