Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
glom
Commits
abd42e29
Unverified
Commit
abd42e29
authored
Sep 27, 2019
by
Murray Cumming
Browse files
Build: reference docs: Build when srcdir != builddir
parent
71619400
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/libglom_reference/Makefile.am
View file @
abd42e29
...
...
@@ -18,7 +18,8 @@
include
$(top_srcdir)/glom/libglom/filelist.am
book_name
=
libglom-
$(GLOM_ABI_VERSION)
doc_input
=
$(
addprefix
$(top_srcdir)
/,
$(libglom_headers)
)
doc_input
=
$(
addprefix
$(top_srcdir)
/,
$(libglom_headers)
)
\
$(
addprefix
$(top_builddir)
/,
$(libglom_headers_generated)
)
doc_outdir
=
.
include
$(top_srcdir)/doc-reference.am
glom/libglom/filelist.am
View file @
abd42e29
...
...
@@ -21,7 +21,6 @@ libglom_toplevel_headers = \
glom/libglom/appstate.h \
glom/libglom/algorithms_utils.h \
glom/libglom/init.h \
glom/libglom/libglom_config.h \
glom/libglom/sharedptr.h \
glom/libglom/standard_table_prefs_fields.h \
glom/libglom/utils.h \
...
...
@@ -32,6 +31,10 @@ libglom_toplevel_headers = \
glom/libglom/report_builder.h \
glom/libglom/translations_po.h
# These will be in the build directory, not the source directory.
libglom_toplevel_headers_generated = \
glom/libglom/libglom_config.h
libglom_data_structure_headers = \
glom/libglom/data_structure/database_title.h \
glom/libglom/data_structure/choicevalue.h \
...
...
@@ -98,6 +101,10 @@ libglom_headers = \
$(libglom_d_bakery_headers) \
$(libglom_d_b_view_headers)
# These will be in the build directory, not the source directory.
libglom_headers_generated = \
$(libglom_toplevel_headers_generated)
# Private source and header files:
libglom_sources = \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment