]> git.llucax.com Git - software/mutt-debian.git/blob - debian/patches/misc/doc-fix-reldate.h-location
mutt (1.5.13+cvs20070215-1) experimental; urgency=low
[software/mutt-debian.git] / debian / patches / misc / doc-fix-reldate.h-location
1 Index: mutt/doc/Makefile.in
2 ===================================================================
3 --- mutt.orig/doc/Makefile.in   2007-02-16 00:38:54.388287904 +0100
4 +++ mutt/doc/Makefile.in        2007-02-16 00:39:18.992547488 +0100
5 @@ -477,9 +477,9 @@ mutt.1: $(srcdir)/mutt.man
6         $(EDIT) $(srcdir)/mutt.man > $@
7  
8  stamp-doc-xml: $(top_srcdir)/makedoc.c $(top_srcdir)/init.h manual.xml.head manual.xml.tail \
9 -               $(top_srcdir)/VERSION ../reldate.h
10 +               $(top_srcdir)/VERSION ../../reldate.h
11         $(MAKE) ../makedoc$(EXEEXT)
12 -       ( date=`cut -d\" -f2 ../reldate.h`; \
13 +       ( date=`cut -d\" -f2 ../../reldate.h`; \
14           sed -e "s/@VERSION\@/`cat $(top_srcdir)/VERSION` ($$date)/" $(srcdir)/manual.xml.head ;\
15           $(MAKEDOC_CPP) $(top_srcdir)/init.h | ../makedoc -s ) |      \
16                 cat - $(srcdir)/manual.xml.tail > manual.xml