mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 15:43:15 +00:00
21 lines
453 B
Plaintext
21 lines
453 B
Plaintext
## $Id$
|
|
|
|
##
|
|
## Makefile fragment common to all supplements/<cpu>/Makefile.ams
|
|
##
|
|
|
|
REPLACE2 = $(PERL) $(top_srcdir)/tools/word-replace2
|
|
|
|
TEXINFO_TEX = ../../texinfo/texinfo.tex
|
|
AM_MAKEINFOFLAGS = -I ../..
|
|
|
|
MAINTAINERCLEANFILES += $(GENERATED_FILES)
|
|
html_projectdir = $(htmldir)/supplements/$(PROJECT)
|
|
|
|
TEXI2WWW_ARGS=\
|
|
-I $(srcdir) -I $(top_srcdir) \
|
|
-dirfile ../../index.html \
|
|
-header rtems_header.html \
|
|
-footer rtems_footer.html \
|
|
-icons ../../images
|