Gimp/devel-docs/reference/gimp/Makefile.am

25 lines
603 B
Text
Raw Normal View History

## Process this file with automake to produce Makefile.in
GIMP_DOC_LOGO = $(abs_top_srcdir)/data/images/gimp-logo.ong
gimp-3.0.toml: gimp-3.0.toml.in
$(AM_V_GEN) sed \
-e 's/@GIMP_VERSION[@]/$(GIMP_VERSION)/' \
-e 's/@GIMP_LOGO[@]/$(GIMP_DOC_LOGO)/' \
$< $@
# Markdown content files
content_files = \
$(NULL)
Gimp-reference: $(top_builddir)/libgimp/Gimp-@GIMP_API_VERSION@.gir $(content_files) gimp-3.0.toml
$(GI_DOCGEN) \
generate \
--quiet \
--fatal-warnings \
--config=gimp-3.0.toml \
--output-dir=$(abs_builddir)/Gimp-3.0 \
--no-namespace-dir \
--content-dir=$(abs_srcdir) \
$<