summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-08-24 15:20:27 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-08-24 15:20:27 +0000
commitab1db9e38e1c7899c17d24c4bcc7a986f9b68e9f (patch)
tree7d1c72d5e17b520f380c715054d0fc8cfa84b25f /doc
parent358f0a6e49450d44834d11674ca3f9421adff21a (diff)
More fixes to the distribution-building process; check-point commit
for documentation and ChangeLog.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index af2c8d20..87e9e0e0 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -134,7 +134,7 @@ stamp-doc-man: ../makedoc $(top_srcdir)/init.h muttrc.man.head muttrc.man.tail
> muttrc.man
touch stamp-doc-man
-stamp-doc-sgml: ../makedoc $(top_srcdir)/init.h manual.sgml.head manual.sgml.tail
+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