forked from Imagelibrary/rtems
* Makefile.am: Merge-in images/Makefile.am, common/Makefile.am. * images/Makefile.am: Remove. * common/Makefile.am: Remove. * configure.ac: Reflect changes above. * main.am: Append -I $(topsrc_dir) to AM_MAKEINFOFLAGS.
11 lines
230 B
Plaintext
11 lines
230 B
Plaintext
AM_MAKEINFOFLAGS = -I .. -I $(top_srcdir)
|
|
|
|
html_projectdir = $(htmldir)/$(PROJECT)
|
|
|
|
TEXI2WWW_ARGS=\
|
|
-I $(srcdir) -I $(top_srcdir) \
|
|
-dirfile ../index.html \
|
|
-header rtems_header.html \
|
|
-footer rtems_footer.html \
|
|
-icons ../images
|