forked from Imagelibrary/rtems
* .cvsignore: Reworked. * Makefile.am: Remove texinfo/texinfo.tex * bootstrap: Removed. * configure.ac: Add pkgdocdir. Let htmldir be rooted at pkgdocdir. * main.am: Remove TEXINFO_TEX. * project.am: Let dvidir, psdir, pdfdir be rooted at pkgdocdir. Remove commented out make-variables.
11 lines
213 B
Plaintext
11 lines
213 B
Plaintext
AM_MAKEINFOFLAGS = -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
|