Commit Graph

13 Commits

Author SHA1 Message Date
Joel Sherrill
68286f30a6 doc/main.am: Tweak TEXI2ANY_ARGS to make HTML menus look better 2013-03-11 17:10:51 -05:00
Joel Sherrill
0322a4fda9 doc/main.am: TEXI2HTML_ARGS macro clean up 2013-03-11 15:22:51 -05:00
Joel Sherrill
83b555fd4d doc: Build html into subdirectory (fix make clean)
Building with a document specific prefix will require coding
in both texi2any and texi2html. It is easier to build into
a directory (e.g. $(PROJECT)/). This also fixes "make clean"
which was broken.
2013-02-26 12:53:27 -06:00
Joel Sherrill
0c59b4bb83 doc: Use More Readable Names for Generated Nodes
Per a discussion with the GNU Texinfo maintainer Patrice Dumas,
change to generating HTML files per a standard for stable URL
names and easier cross manual referencing.

http://lists.gnu.org/archive/html/help-texinfo/2013-02/msg00002.html
2013-02-26 08:03:57 -06:00
Joel Sherrill
94ca0708a2 doc: Support texi2any and texi2html
This was tested with texi2html-1.82-5.1.el6.noarch and
a locally built texinfo 5.0. These are completely different
implementations and require different invocations.

The Makefile dependencies appear to work but are likely not
perfect at this point.  The key point is that the autoconf
probe detects which to use and responds accordingly with
preference given to texi2any.
2013-02-26 08:03:57 -06:00
Joel Sherrill
abdeac2a14 2011-12-06 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1793/doc
	* .cvsignore, Makefile.am, README, configure.ac, index.html.in,
	main.am, project.am, ada_user/.cvsignore, ada_user/ada_user.texi,
	ada_user/example.texi, bsp_howto/.cvsignore,
	bsp_howto/bsp_howto.texi, cpu_supplement/.cvsignore,
	cpu_supplement/cpu_supplement.texi, cpu_supplement/preface.texi,
	develenv/.cvsignore, develenv/develenv.texi, develenv/intro.texi,
	filesystem/.cvsignore, filesystem/filesystem.texi,
	filesystem/preface.texi, networking/.cvsignore,
	networking/networking.texi, networking/preface.texi,
	porting/.cvsignore, porting/porting.texi, porting/preface.texi,
	posix1003.1/.cvsignore, posix1003.1/posix1003_1.texi,
	posix_users/.cvsignore, posix_users/posix_users.texi,
	posix_users/preface.texi, shell/.cvsignore, shell/preface.texi,
	shell/shell.texi, started/.cvsignore, started/started.texi,
	user/.cvsignore, user/c_user.texi, user/dirstat.texi,
	user/example.texi, user/glossary.texi, user/preface.texi: Convert
	from texi2www to texi2html.
	* texi2html_init.in: New file.
	* rtems_footer.html.in, rtems_header.html.in: Removed.
2011-12-06 15:12:48 +00:00
Ralf Corsepius
bdd88edcca 2010-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* main.am: Don't install html_projectdir unconditionally.
2010-06-11 10:57:22 +00:00
Ralf Corsepius
f28a6af24c 2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* main.am: Remove AM_MAKEINFOFLAGS, TEXI2DVI, TEXI2PDF.
	Append -I $(top_builddir) to TEXI2WWW_ARGS.
	* project.am: Add AM_MAKEINFOFLAGS, TEXI2DVI, TEXI2PDF.
	Override automake's .dvi.ps:-rule.
2003-01-24 11:16:35 +00:00
Ralf Corsepius
e2a5ab7169 2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* project.am, main.am: Use automake rules to build ps, pdf, info.
	Various minor changes.
2003-01-23 00:04:34 +00:00
Ralf Corsepius
2106fc763f 2002-12-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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.
2002-12-08 09:04:43 +00:00
Joel Sherrill
fb56a379e4 2002-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .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.
2002-01-22 17:38:37 +00:00
Joel Sherrill
aecc1d963c 2002-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache, install-sh, mdate-sh, missing,
	mkinstalldirs, texinfo.tex.
	* Makefile.am: Add main.am to AUTOMAKE_FILES.
	* configure.ac: Add AC_CONFIG_AUX_DIR([.]).
	* project.am: Remove custom .texi and stamp-vti rules.
	* main.am: Replace TEXI_COMMON with AM_MAKEINFOFLAGS.
2002-01-20 16:57:07 +00:00
Joel Sherrill
21e473b0b0 2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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.
2002-01-18 15:10:54 +00:00