summaryrefslogtreecommitdiff
path: root/doc/misc/Makefile.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-12-12 20:47:14 -0800
committerGlenn Morris <rgm@gnu.org>2012-12-12 20:47:14 -0800
commitbfe6ffb652954956ca984d594deb88d45f8cfd77 (patch)
tree7b45e49cdc59aaad12b18a967021e6c10f51e8f4 /doc/misc/Makefile.in
parent9e7abd17a34f432aa6f3e59896d794b1349c846a (diff)
downloademacs-bfe6ffb652954956ca984d594deb88d45f8cfd77.tar.gz
Add wisent manual to build process
* doc/misc/wisent.texi: Small edits. Set copyright to FSF, update license to GFDL 1.3+. * doc/misc/Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent. (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf): New targets. * doc/misc/makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent. ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets. * info/dir: wisent.
Diffstat (limited to 'doc/misc/Makefile.in')
-rw-r--r--doc/misc/Makefile.in13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in
index 905a81f4d6a..c99657fb9bb 100644
--- a/doc/misc/Makefile.in
+++ b/doc/misc/Makefile.in
@@ -48,7 +48,7 @@ INFO_TARGETS = ada-mode auth autotype bovine calc ccmode cl \
mairix-el message mh-e newsticker nxml-mode \
org pcl-cvs pgg rcirc remember reftex sasl \
sc semantic ses sieve smtpmail speedbar srecode tramp \
- url vip viper widget woman
+ url vip viper widget wisent woman
DVI_TARGETS = \
ada-mode.dvi \
@@ -102,6 +102,7 @@ DVI_TARGETS = \
vip.dvi \
viper.dvi \
widget.dvi \
+ wisent.dvi \
woman.dvi
PDF_TARGETS = \
@@ -156,6 +157,7 @@ PDF_TARGETS = \
vip.pdf \
viper.pdf \
widget.pdf \
+ wisent.pdf \
woman.pdf
HTML_TARGETS = emacs-faq.html
@@ -673,6 +675,15 @@ widget.dvi: ${srcdir}/widget.texi
widget.pdf: ${srcdir}/widget.texi
$(ENVADD) $(TEXI2PDF) ${srcdir}/widget.texi
+wisent : $(buildinfodir)/wisent$(INFO_EXT)
+$(buildinfodir)/wisent$(INFO_EXT): ${srcdir}/wisent.texi
+ $(mkinfodir)
+ $(MAKEINFO) $(MAKEINFO_OPTS) $(INFO_OPTS) -o $@ ${srcdir}/wisent.texi
+wisent.dvi: ${srcdir}/wisent.texi
+ $(ENVADD) $(TEXI2DVI) ${srcdir}/wisent.texi
+wisent.pdf: ${srcdir}/wisent.texi
+ $(ENVADD) $(TEXI2PDF) ${srcdir}/wisent.texi
+
woman : $(buildinfodir)/woman$(INFO_EXT)
$(buildinfodir)/woman$(INFO_EXT): ${srcdir}/woman.texi
$(mkinfodir)