mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 10:28:01 +02:00
[Makefile.am] Add doc back to SUBDIRS
This reverts cac2ea0fcd
We need doc in SUBDIRS to install docs even if gtk-doc is not available.
The real fix for the build issue without gtk-doc should go under doc/
and is coming in a followup commit.
This commit is contained in:
parent
e4753c82ff
commit
b4bbcda1c3
1 changed files with 1 additions and 5 deletions
|
|
@ -3,11 +3,7 @@ include $(top_srcdir)/build/Makefile.am.common
|
|||
ACLOCAL_AMFLAGS = -I build
|
||||
|
||||
DIST_SUBDIRS = src boilerplate test perf doc util
|
||||
SUBDIRS = src
|
||||
# gtk-doc is required for our documentation
|
||||
if ENABLE_GTK_DOC
|
||||
SUBDIRS += doc
|
||||
endif
|
||||
SUBDIRS = src doc
|
||||
# libpng is required for our test programs
|
||||
if CAIRO_HAS_PNG_FUNCTIONS
|
||||
SUBDIRS += boilerplate test perf
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue