mirror of
https://github.com/t-crest/rtems.git
synced 2025-11-16 12:34:47 +00:00
11 lines
224 B
Plaintext
11 lines
224 B
Plaintext
if USE_HTML
|
|
html_projectdir = $(htmldir)/$(PROJECT)
|
|
endif
|
|
|
|
TEXI2WWW_ARGS=\
|
|
-I $(srcdir) -I $(top_srcdir) -I $(top_builddir) \
|
|
-dirfile ../index.html \
|
|
-header rtems_header.html \
|
|
-footer rtems_footer.html \
|
|
-icons ../images
|