From 21e473b0b061fb10d47319ed8607e2b8d1e7efc4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 18 Jan 2002 15:10:54 +0000 Subject: 2002-01-18 Ralf Corsepius * 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. --- doc/project.am | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) (limited to 'doc/project.am') diff --git a/doc/project.am b/doc/project.am index 5265639606..72073557b2 100644 --- a/doc/project.am +++ b/doc/project.am @@ -1,18 +1,19 @@ ## $Id$ -SUFFIXES += .t +SUFFIXES = .t + +MAINTAINERCLEANFILES = +MOSTLYCLEANFILES = +CLEANFILES = ## Texinfo support -TEXINFO_TEX = ../texinfo/texinfo.tex -## TEXINPUTS = $(srcdir):$(top_srcdir) -TEXI_COMMON = -I .. .texi: @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9] cd $(srcdir) && \ $(MAKEINFO) $(TEXI_COMMON) `echo $< | sed 's,.*/,,'` -$(srcdir)/stamp-vti: $(PROJECT).texi $(top_srcdir)/configure.in +$(srcdir)/stamp-vti: $(PROJECT).texi $(top_srcdir)/configure.ac @echo "@set UPDATED `$(SHELL) $(srcdir)/mdate-sh \ $(srcdir)/$(PROJECT).texi`" > vti.tmp @echo "@set EDITION $(EDITION)" >> vti.tmp @@ -55,16 +56,6 @@ MOSTLYCLEANFILES += $(PDF_IMAGES) ## HTML SUFFIXES += .html -html_projectdir = $(htmldir)/$(PROJECT) - -TEXI2WWW_ARGS=\ --I $(srcdir) \ --I $(top_srcdir) \ --dirfile ../index.html \ --header rtems_header.html \ --footer rtems_footer.html \ --icons $(top_builddir)/images - rtems_header.html: $(top_srcdir)/rtems_header.html.in version.texi @sed -e s%\.\./images/%$(top_builddir)/images/%g \ -e s%\@VERSION\@%@VERSION@%g \ @@ -83,17 +74,17 @@ MOSTLYCLEANFILES += index.html $(PROJECT)*.html rtems_header.html \ ## Common installation points if USE_HTML -html_project_DATA += index.html $(PROJECT)*.html +html_project_DATA = index.html $(PROJECT)*.html endif if USE_DVI -dvi_DATA += $(PROJECT).dvi +dvi_DATA = $(PROJECT).dvi .texi.dvi: $(TEXI2DVI) -q -I $(srcdir) -I $(top_srcdir) $< if USE_PS -ps_DATA += $(PROJECT).ps +ps_DATA = $(PROJECT).ps .dvi.ps: TEXINPUTS=$(srcdir):$$TEXINPUTS \ $(DVIPS) $< -o $@ @@ -102,7 +93,7 @@ endif # USE_PS endif # USE_DVI if USE_PDF -pdf_DATA += $(PROJECT).pdf +pdf_DATA = $(PROJECT).pdf if TEXI2PDF .texi.pdf: -- cgit v1.2.3