mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
Revert "docs: fix building for libgail-util"
libgail-util is going away
This reverts commit 13db79db63
.
This commit is contained in:
parent
13db79db63
commit
245c177e4b
@ -1,7 +1,7 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
include $(top_srcdir)/Makefile.decl
|
include $(top_srcdir)/Makefile.decl
|
||||||
|
|
||||||
SUBDIRS = gdk gtk libgail-util
|
SUBDIRS = gdk gtk
|
||||||
|
|
||||||
GITIGNOREFILES = */*.1
|
GITIGNOREFILES = */*.1
|
||||||
|
|
||||||
|
@ -9,21 +9,20 @@ DOC_MODULE=gail-libgail-util3
|
|||||||
DOC_MAIN_SGML_FILE=gail-libgail-util-docs.sgml
|
DOC_MAIN_SGML_FILE=gail-libgail-util-docs.sgml
|
||||||
|
|
||||||
# The directory containing the source code (if it contains documentation).
|
# The directory containing the source code (if it contains documentation).
|
||||||
DOC_SOURCE_DIR=../../../libgail-util
|
DOC_SOURCE_DIR=../../../modules/other/gail/libgail-util
|
||||||
|
|
||||||
# Used for dependencies
|
# Used for dependencies
|
||||||
HFILE_GLOB = $(top_srcdir)/libgail-util/*.h
|
HFILE_GLOB = $(top_srcdir)/modules/other/gail/libgail-util/*.h
|
||||||
CFILE_GLOB = $(top_srcdir)/libgail-util/*.c
|
CFILE_GLOB = $(top_srcdir)/modules/other/gail/libgail-util/*.c
|
||||||
|
|
||||||
# CFLAGS and LDFLAGS for compiling scan program. Only needed
|
# CFLAGS and LDFLAGS for compiling scan program. Only needed
|
||||||
# if $(DOC_MODULE).types is non-empty.
|
# if $(DOC_MODULE).types is non-empty.
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_builddir)/libgail-util \
|
|
||||||
$(DEP_CFLAGS)
|
$(DEP_CFLAGS)
|
||||||
|
|
||||||
GTKDOC_LIBS = $(top_builddir)/libgail-util/libgailutil-3.la
|
GTKDOC_LIBS = $(top_builddir)/modules/other/gail/libgail-util/libgailutil.la
|
||||||
|
|
||||||
# gtkdoc-mkdb related varaibles
|
# gtkdoc-mkdb related varaibles
|
||||||
MKDB_OPTIONS =
|
MKDB_OPTIONS =
|
||||||
|
Loading…
Reference in New Issue
Block a user