forked from Imagelibrary/rtems
17 lines
341 B
Plaintext
17 lines
341 B
Plaintext
## $Id$
|
|
|
|
##
|
|
## Makefile fragment common to all supplements/<cpu>/Makefile.ams
|
|
##
|
|
|
|
REPLACE2 = $(PERL) $(top_srcdir)/tools/word-replace2
|
|
|
|
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
|