forked from Imagelibrary/rtems
<corsepiu@faw.uni-ulm.de> which: * should fix the building rtemsdoc outside of the sourcetree with relative srcdir issue * adds --enable-papersize=[letter|a4|]
21 lines
448 B
Plaintext
21 lines
448 B
Plaintext
## $Id$
|
|
|
|
##
|
|
## Makefile fragment common to all supplements/<cpu>/Makefile.ams
|
|
##
|
|
|
|
REPLACE2 = $(PERL) $(top_srcdir)/tools/word-replace2
|
|
|
|
TEXINFO_TEX = ../../texinfo/texinfo.tex
|
|
TEXI_COMMON = -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
|