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
|
with_doxygen=no
|
||||||
fi
|
fi
|
||||||
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
|
# we need a fully expanded version of $libdir
|
||||||
# without this we get something like
|
# without this we get something like
|
||||||
|
@ -29,8 +29,8 @@ vips-operators.cpp:
|
|||||||
./gen-operators.py -g cpp >> vips-operators.cpp
|
./gen-operators.py -g cpp >> vips-operators.cpp
|
||||||
|
|
||||||
if HAVE_DOXYGEN
|
if HAVE_DOXYGEN
|
||||||
|
|
||||||
html_DATA = html
|
html_DATA = html
|
||||||
|
endif
|
||||||
|
|
||||||
html: doxygen.stamp
|
html: doxygen.stamp
|
||||||
|
|
||||||
@ -42,10 +42,9 @@ install-htmlDATA:
|
|||||||
-mkdir -p $(DESTDIR)$(htmldir)
|
-mkdir -p $(DESTDIR)$(htmldir)
|
||||||
-cp -r html $(DESTDIR)$(htmldir)
|
-cp -r html $(DESTDIR)$(htmldir)
|
||||||
|
|
||||||
endif
|
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
README.md \
|
README.md \
|
||||||
vips-operators.cpp \
|
vips-operators.cpp \
|
||||||
Doxyfile.in \
|
Doxyfile.in \
|
||||||
gen-operators.py
|
gen-operators.py
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user