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.
This commit is contained in:
Joel Sherrill
2002-01-22 17:38:37 +00:00
parent 551857b0d3
commit fb56a379e4
8 changed files with 32 additions and 6008 deletions

View File

@@ -1,2 +1,16 @@
Makefile Makefile
Makefile.in Makefile.in
aclocal.m4
autom4te.cache
config.*
configure
depcomp
index.html
install-sh
mdate-sh
missing
mkinstalldirs
rtems_footer.html
rtems_header.html
rtems_support.html
texinfo.tex

View File

@@ -1,3 +1,13 @@
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-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache, install-sh, mdate-sh, missing, * .cvsignore: Add autom4te.cache, install-sh, mdate-sh, missing,

View File

@@ -20,6 +20,6 @@ AUTOMAKE_FILES = project.am main.am
noinst_SCRIPTS = bootstrap noinst_SCRIPTS = bootstrap
EXTRA_DIST = $(AUTOMAKE_FILES) HELP.html texinfo/texinfo.tex \ EXTRA_DIST = $(AUTOMAKE_FILES) HELP.html \
$(noinst_SCRIPTS) rtems_header.html.in rtems_footer.html.in $(noinst_SCRIPTS) rtems_header.html.in rtems_footer.html.in

View File

@@ -64,7 +64,10 @@ esac],
[papersize=] [papersize=]
) )
htmldir='$(pkgdatadir)/html' pkgdocdir="\$(datadir)/rtems"
AC_SUBST(pkgdocdir)
htmldir="\$(pkgdocdir)/html"
AC_SUBST(htmldir) AC_SUBST(htmldir)
dnl Checks for programs. dnl Checks for programs.

View File

@@ -1,4 +1,3 @@
TEXINFO_TEX = ../texinfo/texinfo.tex
AM_MAKEINFOFLAGS = -I .. AM_MAKEINFOFLAGS = -I ..
html_projectdir = $(htmldir)/$(PROJECT) html_projectdir = $(htmldir)/$(PROJECT)

View File

@@ -10,18 +10,15 @@ MAINTAINERCLEANFILES += $(PROJECT) $(PROJECT)-[0-9] $(PROJECT)-[0-9][0-9]
MAINTAINERCLEANFILES += $(GENERATED_FILES) MAINTAINERCLEANFILES += $(GENERATED_FILES)
## DVI support ## DVI support
dvidir = $(pkgdatadir)/dvi dvidir = $(pkgdocdir)/dvi
## dvi_projectdir = $(dvidir)/$(PROJECT)
## PS support ## PS support
psdir = $(pkgdatadir)/ps psdir = $(pkgdocdir)/ps
## ps_projectdir = $(psdir)/$(PROJECT)
## PDF support ## PDF support
SUFFIXES += .pdf SUFFIXES += .pdf
pdfdir = $(pkgdatadir)/pdf pdfdir = $(pkgdocdir)/pdf
## pdf_projectdir = $(pdfdir)/$(PROJECT)
SUFFIXES += .eps SUFFIXES += .eps

View File

@@ -1,3 +0,0 @@
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.

File diff suppressed because it is too large Load Diff