aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2002-08-31 05:46:15 +0000
committerRob Savoye <rob@welcomehome.org>2002-08-31 05:46:15 +0000
commitcccb964cb9e4aa58c77b825e952965290d7b69a4 (patch)
tree10dc8c523a24fcddb95d03d9da540af03b00d5e1 /doc
parent6b54d2897af5c41ae2292862e98916e62bc93e3f (diff)
downloaddejagnu-cccb964cb9e4aa58c77b825e952965290d7b69a4.zip
dejagnu-cccb964cb9e4aa58c77b825e952965290d7b69a4.tar.gz
dejagnu-cccb964cb9e4aa58c77b825e952965290d7b69a4.tar.bz2
Minor Updates before release.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am5
-rw-r--r--doc/Makefile.in7
2 files changed, 5 insertions, 7 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 6657426..6c8acfe 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -51,15 +51,14 @@ docs: $(TARGETS)
# now for some extra dependencies that the automatic rules will not
# catch:
-html rtf overview.pdf overview.ps overview.dvi overview.rtf overview.html: overview.sgml ref.sgml user.sgml
+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* 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
- $(INSTALL_DATA) overview/*.html $(DESTDIR)$(pkgdatadir)/html
- $(INSTALL_DATA) overview/stylesheet-images/*.png $(DESTDIR)$(pkgdatadir)/html/stylesheet-images
+ $(INSTALL_DATA) html/*.html $(DESTDIR)$(pkgdatadir)/html
$(INSTALL_DATA) overview.rtf $(DESTDIR)$(pkgdatadir)/dejagnu.rtf
$(INSTALL_DATA) overview.ps $(DESTDIR)$(pkgdatadir)/dejagnu.ps
$(INSTALL_DATA) overview.pdf $(DESTDIR)$(pkgdatadir)/dejagnu.pdf
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 636512b..927bbe7 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -90,7 +90,7 @@ DIST_SOURCES =
NROFF = nroff
MANS = $(man_MANS)
-DIST_COMMON = README Makefile.am Makefile.in configure configure.in
+DIST_COMMON = README Makefile.am Makefile.in
all: all-am
.SUFFIXES:
@@ -286,15 +286,14 @@ docs: $(TARGETS)
# now for some extra dependencies that the automatic rules will not
# catch:
-html rtf overview.pdf overview.ps overview.dvi overview.rtf overview.html: overview.sgml ref.sgml user.sgml
+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* 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
- $(INSTALL_DATA) overview/*.html $(DESTDIR)$(pkgdatadir)/html
- $(INSTALL_DATA) overview/stylesheet-images/*.png $(DESTDIR)$(pkgdatadir)/html/stylesheet-images
+ $(INSTALL_DATA) html/*.html $(DESTDIR)$(pkgdatadir)/html
$(INSTALL_DATA) overview.rtf $(DESTDIR)$(pkgdatadir)/dejagnu.rtf
$(INSTALL_DATA) overview.ps $(DESTDIR)$(pkgdatadir)/dejagnu.ps
$(INSTALL_DATA) overview.pdf $(DESTDIR)$(pkgdatadir)/dejagnu.pdf