summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-08-24 17:29:34 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-08-24 17:29:34 +0000
commitcc4f2681d22104ed062fb7e426b0e061ecea3e3e (patch)
treed6fdab8d33b66f7a4fc2957db9c6216d28ea9015 /doc
parent9ddb2c532680ce193e58482e113aaeb40b490873 (diff)
build muttrc.man before installing it.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 87e9e0e0..b2fbe8ca 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -55,7 +55,7 @@ srcdir_DOCFILES = PGP-Notes.txt applying-patches.txt \
topsrcdir_DOCFILES = COPYRIGHT GPL INSTALL ChangeLog \
README NEWS TODO README.SECURITY
-all: try-html try-txt
+all: try-html try-txt muttrc.man
try-html:
test -f manual.html || $(MAKE) manual.html || cp $(srcdir)/manual*.html ./
@@ -128,13 +128,13 @@ at=@
update-doc: ../makedoc stamp-doc-sgml stamp-doc-man manual.txt manual.html
-stamp-doc-man: ../makedoc $(top_srcdir)/init.h muttrc.man.head muttrc.man.tail
+muttrc.man stamp-doc-man: ../makedoc $(top_srcdir)/init.h muttrc.man.head muttrc.man.tail
$(MAKEDOC_CPP) $(top_srcdir)/init.h | ../makedoc -m | \
cat $(srcdir)/muttrc.man.head - $(srcdir)/muttrc.man.tail\
> muttrc.man
touch stamp-doc-man
-stamp-doc-sgml: ../makedoc $(top_srcdir)/init.h manual.sgml.head manual.sgml.tail $(top_srcdir)/VERSION
+manual.sgml stamp-doc-sgml: ../makedoc $(top_srcdir)/init.h manual.sgml.head manual.sgml.tail $(top_srcdir)/VERSION
( sed -e "s/$(at)VERSION$(at)/`cat $(top_srcdir)/VERSION`/" manual.sgml.head ;\
$(MAKEDOC_CPP) $(top_srcdir)/init.h | ../makedoc -s ) | \
cat - $(srcdir)/manual.sgml.tail > manual.sgml