aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2002-07-16 23:06:20 +0000
committerRob Savoye <rob@welcomehome.org>2002-07-16 23:06:20 +0000
commit103afb2b6182ddd01aa24488458f9b9f3af395df (patch)
tree704c01b4e3bb93e63521d31d420852e884d2bff7 /doc
parentbc533f9470550fa6109226fe00abb138396b1f26 (diff)
downloaddejagnu-103afb2b6182ddd01aa24488458f9b9f3af395df.zip
dejagnu-103afb2b6182ddd01aa24488458f9b9f3af395df.tar.gz
dejagnu-103afb2b6182ddd01aa24488458f9b9f3af395df.tar.bz2
Mostly new Makefiles cause I reran automake.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/Makefile.in2
-rw-r--r--doc/dejagnu.texi5
3 files changed, 5 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index babcc41..6657426 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -54,7 +54,7 @@ docs: $(TARGETS)
html rtf overview.pdf overview.ps overview.dvi overview.rtf overview.html: overview.sgml ref.sgml user.sgml
clean realclean distclean:
- rm -fr $(TARGETS) DBHTOHTML* overview.junk overview overview.{aux,dvi,log,ps,pdf,tex}
+ rm -fr $(TARGETS) DBHTOHTML* html dejagnu.info* overview.junk overview overview.{aux,dvi,log,ps,pdf,tex}
install-doc: $(TARGETS)
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/html $(DESTDIR)$(pkgdatadir)/html/stylesheet-images
diff --git a/doc/Makefile.in b/doc/Makefile.in
index b8bcd0a..636512b 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -289,7 +289,7 @@ docs: $(TARGETS)
html rtf overview.pdf overview.ps overview.dvi overview.rtf overview.html: overview.sgml ref.sgml user.sgml
clean realclean distclean:
- rm -fr $(TARGETS) DBHTOHTML* overview.junk overview overview.{aux,dvi,log,ps,pdf,tex}
+ rm -fr $(TARGETS) DBHTOHTML* html dejagnu.info* overview.junk overview overview.{aux,dvi,log,ps,pdf,tex}
install-doc: $(TARGETS)
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/html $(DESTDIR)$(pkgdatadir)/html/stylesheet-images
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi
index d290343..c1473f4 100644
--- a/doc/dejagnu.texi
+++ b/doc/dejagnu.texi
@@ -1,4 +1,4 @@
-o\input texinfo @c -*- Texinfo -*-
+\input texinfo @c -*- Texinfo -*-
@finalout
@setfilename dejagnu.info
@c
@@ -82,6 +82,7 @@ Permission is granted to copy and distribute translations of this manual
into another language, under the above conditions for modified versions.
@node Top
+
@top DejaGnu
DejaGnu is a framework for running test suites on software tools.
@@ -1670,7 +1671,7 @@ exit 1
At the beginning of the init file, you must first determine the proper
executable name of the tool to execute, since the actual name of the
tool to be tested my vary from system to system. Here's an example
-for the @sc{GNU} C compiler.
+for the @sc{gnu} C compiler.
@cartouche
@smallexample