build: don't add PNGs in content_files, no longer needed

This commit is contained in:
Aleksander Morgado
2015-10-06 19:44:08 +02:00
parent b35de2b15f
commit b58ff7cdf0
2 changed files with 1 additions and 7 deletions

View File

@@ -54,12 +54,7 @@ HTML_IMAGES = \
$(LOGOS_PNG) \
$(NULL)
# Note that PNG files are also added in content_files so that
# the documentation is not built before the PNGs.
content_files = \
$(HTML_IMAGES) \
$(NULL)
content_files =
expand_content_files = \
ModemManager-overview.xml \
ModemManager-dbus-reference.xml \

View File

@@ -60,7 +60,6 @@ HTML_IMAGES = \
$(NULL)
content_files = \
$(HTML_IMAGES) \
$(NULL)
if ENABLE_GTK_DOC