]> git.llucax.com Git - software/mutt-debian.git/blob - debian/patches/misc/doc-fix-reldate.h-location
mutt (1.5.14+cvs20070315-1) experimental; urgency=low
[software/mutt-debian.git] / debian / patches / misc / doc-fix-reldate.h-location
1 Index: trunk/doc/Makefile.in
2 ===================================================================
3 --- trunk.orig/doc/Makefile.in  2007-03-15 15:47:11.000000000 +0100
4 +++ trunk/doc/Makefile.in       2007-03-15 15:48:18.000000000 +0100
5 @@ -483,8 +483,8 @@ mutt.1: $(srcdir)/mutt.man
6  
7  stamp-doc-xml: ../makedoc$(EXEEXT) $(top_srcdir)/init.h manual.xml.head \
8                 $(top_srcdir)/functions.h $(top_srcdir)/OPS* manual.xml.tail \
9 -               $(top_srcdir)/VERSION ../reldate.h
10 -       ( date=`cut -d\" -f2 ../reldate.h`; \
11 +               $(top_srcdir)/VERSION ../../reldate.h
12 +       ( date=`cut -d\" -f2 ../../reldate.h`; \
13           sed -e "s/@VERSION\@/`cat $(top_srcdir)/VERSION` ($$date)/" $(srcdir)/manual.xml.head ;\
14           $(MAKEDOC_CPP) $(top_srcdir)/init.h | ../makedoc -s ;\
15           perl $(srcdir)/gen-map-doc $(top_srcdir)/functions.h $(top_srcdir)/OPS* < $(srcdir)/manual.xml.tail \