forked from Imagelibrary/rtems
* Makefile.am: Require automake-1.5. * project.am: Reworked. * main.am: New. * configure.ac: New. * configure.in: Removed. * bootstrap: Sync with RTEMS's toplevel bootstrap.sh.
12 lines
245 B
Plaintext
12 lines
245 B
Plaintext
TEXINFO_TEX = ../texinfo/texinfo.tex
|
|
TEXI_COMMON = -I ..
|
|
|
|
html_projectdir = $(htmldir)/$(PROJECT)
|
|
|
|
TEXI2WWW_ARGS=\
|
|
-I $(srcdir) -I $(top_srcdir) \
|
|
-dirfile ../index.html \
|
|
-header rtems_header.html \
|
|
-footer rtems_footer.html \
|
|
-icons ../images
|