]> git.llucax.com Git - software/mutt-debian.git/blob - debian/patches/misc/fix-reldate-location.diff
Fix build with top_srcdir != top_builddir.
[software/mutt-debian.git] / debian / patches / misc / fix-reldate-location.diff
1 --- doc/Makefile.in.orig
2 +++ doc/Makefile.in
3 @@ -182,9 +182,9 @@
4         $(EDIT) $(srcdir)/mutt.man > $@
5  
6  stamp-doc-xml: $(top_srcdir)/makedoc.c $(top_srcdir)/init.h manual.xml.head manual.xml.tail \
7 -               $(top_srcdir)/VERSION $(top_srcdir)/reldate.h
8 +               $(top_srcdir)/VERSION $(top_builddir)/reldate.h
9         $(MAKE) ../makedoc$(EXEEXT)
10 -       ( sed -e "s/@VERSION\@/`cat $(top_srcdir)/VERSION` (`cut -d\\" -f2 $(top_srcdir)/reldate.h`)/" $(srcdir)/manual.xml.head ;\
11 +       ( sed -e "s/@VERSION\@/`cat $(top_srcdir)/VERSION` (`cut -d\\" -f2 $(top_builddir)/reldate.h`)/" $(srcdir)/manual.xml.head ;\
12           $(MAKEDOC_CPP) $(top_srcdir)/init.h | ../makedoc -s ) |      \
13                 cat - $(srcdir)/manual.xml.tail > manual.xml
14         touch stamp-doc-xml