fix build with doxy disabled
This commit is contained in:
parent
8402c8847a
commit
b55860cce8
@ -1539,13 +1539,15 @@ AC_MSG_RESULT([dnl
|
|||||||
enable debug: $enable_debug
|
enable debug: $enable_debug
|
||||||
enable deprecated library components: $enable_deprecated
|
enable deprecated library components: $enable_deprecated
|
||||||
enable modules: $gmodule_supported_flag
|
enable modules: $gmodule_supported_flag
|
||||||
enable docs with gtkdoc: $enable_gtk_doc
|
enable C docs with gtkdoc: $enable_gtk_doc
|
||||||
|
(requires gtk-doc 1.14 or later)
|
||||||
gobject introspection: $found_introspection
|
gobject introspection: $found_introspection
|
||||||
|
(requires gobject-introspection 1.30 or later)
|
||||||
RAD load/save: $with_radiance
|
RAD load/save: $with_radiance
|
||||||
Analyze7 load/save: $with_analyze
|
Analyze7 load/save: $with_analyze
|
||||||
PPM load/save: $with_ppm
|
PPM load/save: $with_ppm
|
||||||
GIF load: $with_nsgif
|
GIF load: $with_nsgif
|
||||||
generate C++ docs: $with_doxygen
|
generate C++ docs with doxygen: $with_doxygen
|
||||||
|
|
||||||
## Optional dependencies
|
## Optional dependencies
|
||||||
use fftw3 for FFT: $with_fftw
|
use fftw3 for FFT: $with_fftw
|
||||||
|
@ -30,7 +30,6 @@ vips-operators.cpp:
|
|||||||
|
|
||||||
if HAVE_DOXYGEN
|
if HAVE_DOXYGEN
|
||||||
html_DATA = html
|
html_DATA = html
|
||||||
endif
|
|
||||||
|
|
||||||
html: doxygen.stamp
|
html: doxygen.stamp
|
||||||
|
|
||||||
@ -44,6 +43,7 @@ install-htmlDATA:
|
|||||||
|
|
||||||
uninstall-htmlDATA:
|
uninstall-htmlDATA:
|
||||||
rm -rf $(DESTDIR)$(htmldir)/html
|
rm -rf $(DESTDIR)$(htmldir)/html
|
||||||
|
endif
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
README.md \
|
README.md \
|
||||||
|
Loading…
Reference in New Issue
Block a user