aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.in
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2001-02-22 05:47:34 +0000
committerRob Savoye <rob@welcomehome.org>2001-02-22 05:47:34 +0000
commitede24ea38c0307cefb5c0d8d1d92ab40164ce714 (patch)
tree174c9222fc2fe568df6fec9d85f0a622a25cfc14 /doc/Makefile.in
parentd1796b46df0f70ddb14b62013d88d2292995c7f1 (diff)
* debian/changelog: Add entry for new release.
* debian/control: Fix problem with "no binary package" error. * debian/rules: Fix so things actually build a package. This was mostly installing the new html version of the doc, not an info page. * doc/Makefile.am: Build and install the rtf and ps versions of the manual. Remove all the created files and subdirectories. * doc/overview.sgml: Update the copyright message. * doc/ref.sgml: Update the copyright messages. Add section on obtaining DejaGnu releases. * doc/user.sgml: Update the copyright messages. Add blurb about the --mail option. * doc/overview: Regenerated.
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r--doc/Makefile.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 0666f86..2938945 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -71,7 +71,7 @@ VERSION = @VERSION@
tclsh = @tclsh@
DOCBOOK = @DOCBOOK@
-TARGETS = overview.html overview.rtf # overview.dvi overview.ps
+TARGETS = overview.html overview.rtf overview.ps # overview.pdf overview.dvi
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_CLEAN_FILES =
DIST_COMMON = README Makefile.am Makefile.in configure configure.in
@@ -206,13 +206,15 @@ docs: $(TARGETS)
html rtf overview.pdf overview.ps overview.dvi overview.rtf overview.html: overview.sgml ref.sgml user.sgml
-clean:
- rm -f $(TARGETS)
+clean realclean distclean:
+ rm -fr $(TARGETS) DBHTOHTML* overview.junk overview.{aux,dvi,log}
install-doc: $(TARGETS)
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/html
+ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/html $(DESTDIR)$(pkgdatadir)/html/stylesheet-images
$(INSTALL_DATA) overview/*.html $(DESTDIR)$(pkgdatadir)/html
-# $(INSTALL_DATA) overview.ps $(DESTDIR)$(pkgdatadir)/dejagnu.ps
+ $(INSTALL_DATA) overview/stylesheet-images/*.png $(DESTDIR)$(pkgdatadir)/html/stylesheet-images
+ $(INSTALL_DATA) overview.rtf $(DESTDIR)$(pkgdatadir)/dejagnu.ps
+ $(INSTALL_DATA) overview.ps $(DESTDIR)$(pkgdatadir)/dejagnu.ps
# $(INSTALL_DATA) overview.pdf $(DESTDIR)$(pkgdatadir)/dejagnu.pdf
# Tell versions [3.59,3.63) of GNU make to not export all variables.