mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-24 03:18:36 +08: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
|