* doc/Makefile.am (AUTOMAKE_OPTIONS): Remove empty variable.
authorBen Elliston <bje@gnu.org>
Sat, 16 Aug 2003 13:35:05 +0000 (13:35 +0000)
committerBen Elliston <bje@gnu.org>
Sat, 16 Aug 2003 13:35:05 +0000 (13:35 +0000)
* doc/Makefile.in: Regenerate.

ChangeLog
doc/Makefile.am
doc/Makefile.in

index 01a0bf7..6b5b2a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-08-17  Ben Elliston  <bje@wasabisystems.com>
+
+       * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove empty variable.
+       * doc/Makefile.in: Regenerate.
+       
 2003-08-16  Ben Elliston  <bje@wasabisystems.com>
 
        * doc/overview.sgml (overview): Start overhauling chapter.
index e2df907..465ca41 100644 (file)
@@ -1,7 +1,5 @@
 ## Process this file with automake to generate Makefile.in
 
-# AUTOMAKE_OPTIONS =
-
 man_MANS = runtest.1
 # FIXME: We need to generate an info doc from SGML somehow, but for
 # now, don't install the old texinfo document from version 1.3
@@ -65,5 +63,3 @@ install-doc: $(TARGETS)
        $(INSTALL_DATA) overview.ps $(DESTDIR)$(pkgdatadir)/dejagnu.ps
        $(INSTALL_DATA) overview.pdf $(DESTDIR)$(pkgdatadir)/dejagnu.pdf
        $(INSTALL_DATA) $(srcdir)/runtest.1 $(mandir)/man1/
-
-
index 043bd84..b8e2164 100644 (file)
@@ -14,8 +14,6 @@
 
 @SET_MAKE@
 
-# AUTOMAKE_OPTIONS =
-
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@