mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-16 08:30:41 +01:00
configure.ac: Do not generate template files when building docs
It's not needed as all the api documentation is inline
This commit is contained in:
parent
7b25b2eb4b
commit
40d6c580cd
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ LT_PREREQ([2.2])
|
|||
LT_INIT([win32-dll])
|
||||
|
||||
# Api documentation
|
||||
GTK_DOC_CHECK([1.6])
|
||||
GTK_DOC_CHECK([1.15],[--flavour no-tmpl])
|
||||
|
||||
AC_SYS_LARGEFILE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue