Rocco Rutte:
authorpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Fri, 26 Aug 2005 19:39:49 +0000 (19:39 +0000)
committerpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Fri, 26 Aug 2005 19:39:49 +0000 (19:39 +0000)
- get 'new' version into manual

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@446 e385b8ad-14ed-0310-8656-cc95a2468c6d

VERSION.svn
doc/Makefile.in

index e5a135a..0187835 100644 (file)
@@ -1 +1 @@
-445
+446
index 8c5a93e..9f63274 100644 (file)
@@ -172,8 +172,8 @@ muttrc.man stamp-doc-man: ../makedoc$(EXEEXT) $(top_srcdir)/init.h muttrc.man.he
                > muttrc.man
        touch stamp-doc-man
 
-manual.sgml stamp-doc-sgml: ../makedoc$(EXEEXT) $(top_srcdir)/init.h manual.sgml.head manual.sgml.tail $(top_srcdir)/VERSION.in
-       ( sed -e "s/@VERSION\@/`cat $(top_srcdir)/VERSION.in`/" $(srcdir)/manual.sgml.head ;\
+manual.sgml stamp-doc-sgml: ../makedoc$(EXEEXT) $(top_srcdir)/init.h manual.sgml.head manual.sgml.tail $(top_srcdir)/VERSION.in $(top_srcdir)/VERSION.svn
+       ( sed -e "s/@VERSION\@/`cat $(top_srcdir)/VERSION.in`-r`cat $(top_srcdir)/VERSION.svn`/" $(srcdir)/manual.sgml.head ;\
          $(MAKEDOC_CPP) $(top_srcdir)/init.h | ../makedoc -s ) |      \
                cat - $(srcdir)/manual.sgml.tail > manual.sgml
        touch stamp-doc-sgml