summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.in
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-08-25 22:33:07 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-08-25 22:33:07 +0000
commit986ab5e943db7aaed2aed98f8b74e4c26666fdd8 (patch)
tree58cfec1114686823dbdbf22cf2ca52f77eb1075d /doc/Makefile.in
parent9044dd4d58af4b4d64a6e68b7b76c42d317e7ce5 (diff)
CVS branch clean-up.
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r--doc/Makefile.in22
1 files changed, 16 insertions, 6 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index a8f0d9be..44ba7c5e 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -19,15 +19,22 @@ CFLAGS=@CFLAGS@ -DSHAREDIR=\"$(sharedir)\" $(XCPPFLAGS)
LDFLAGS=@LDFLAGS@
-all: manual.txt mutt.man manual.html
+all: mutt.man dotlock.man manual.txt manual.html
-install: mutt.man manual.txt
+install: dotlock.man mutt.man manual.txt
../mkinstalldirs $(mandir)/man1
$(INSTALL) -m 644 mutt.man $(mandir)/man1/mutt.1
+ $(INSTALL) -m 644 dotlock.man $(mandir)/man1/mutt.dotlock.1
../mkinstalldirs $(docdir)
$(INSTALL) -m 644 manual.txt $(docdir)
$(INSTALL) -m 644 PGP-Notes.txt $(docdir)
+mutt.man: mutt.man.in
+ (cd .. ; ./config.status)
+
+dotlock.man: dotlock.man.in
+ (cd .. ; ./config.status)
+
uninstall:
-rm -f $(mandir)/man1/mutt.1 $(docdir)/manual.txt \
$(docdir)/PGP-Notes.txt
@@ -38,8 +45,11 @@ manual.txt: manual.sgml
manual.html: manual.sgml
sgml2html manual
-mutt.man: mutt.sgml
- sgml2txt -man mutt
+clean:
+ rm -f *~ *.html *.orig *.rej *.man
+
+clean-real:
+ rm -f manual.txt
-clean clean-real distclean:
- rm -f *~ *.html *.orig *.rej
+distclean: clean
+ rm -f Makefile