aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2003-08-16 13:35:05 +0000
committerBen Elliston <bje@gnu.org>2003-08-16 13:35:05 +0000
commitaadcd1c15534955f9ebf378db722ce6e1328ef35 (patch)
treeab58f584188f6e11fe8f0fe77fcc3a308170aac7 /doc/Makefile.am
parent6b5cde5bf1dfa159ed178e024f81006c5c507cf2 (diff)
* doc/Makefile.am (AUTOMAKE_OPTIONS): Remove empty variable.
* doc/Makefile.in: Regenerate.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index e2df907..465ca41 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -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/
-
-