doc: Document that a single .png file is allowed

This commit is contained in:
Tom Henderson
2025-09-24 15:19:21 -04:00
parent 8fa8f9b19e
commit 7a5b86565a
2 changed files with 4 additions and 2 deletions

View File

@@ -63,7 +63,8 @@ SOURCES = \
# documentation formats (html, latex...) the following formats are supported:
# 1) a single .dia file (preferred option, because it can be edited)
# 2) a single .eps file
# 3) both a .pdf and .png file
# 3) a single .png file
# 4) both a .pdf and .png file
SOURCEFIGS = \
figures/software-organization.dia \

View File

@@ -101,7 +101,8 @@ SOURCES = \
# documentation formats (html, latex...) the following formats are supported:
# 1) a single .dia file (preferred option, because it can be edited)
# 2) a single .eps file
# 3) both a .pdf and .png file
# 3) a single .png file
# 4) both a .pdf and .png file
SOURCEFIGS = \
figures/testbed.dia \
figures/emulated-channel.dia \