mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
Make --enable-man and --enable-gtk-doc independent
Previously, --enable-man --disable-gtk-doc would silently skip man page generation, because we didn't even desdend into docs/reference. Fix this by always going there. https://bugzilla.gnome.org/show_bug.cgi?id=681336
This commit is contained in:
parent
317d91d06b
commit
ce531302cd
@ -1,9 +1,7 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
include $(top_srcdir)/Makefile.decl
|
||||
|
||||
if ENABLE_GTK_DOC
|
||||
SUBDIRS = reference
|
||||
endif
|
||||
|
||||
EXTRA_DIST += debugging.txt macros.txt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user