~vcs-imports/mutt/trunk

« back to all changes in this revision

Viewing changes to doc/Makefile.am

  • Committer: Brendan Cully
  • Date: 2007-03-29 22:47:51 UTC
  • Revision ID: hg-v1:51d13afbf24b9d0c7f6f94c9ba210783d4f4674e
Make -j2 in doc work (closes: #2538)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id$
2
 
 
3
1
subdir = doc
4
2
 
5
3
DSLROOT = @DSLROOT@
92
90
        -xsltproc --nonet $(srcdir)/chunk.xsl manual.xml
93
91
        touch stamp-doc-chunked
94
92
 
 
93
$(HTML_DOCFILES): stamp-doc-chunked
 
94
 
95
95
manual.pdf: manual.tex
96
96
        -if test -f manual.tex; then pdfjadetex manual.tex; fi
97
97
 
133
133
stamp-doc-xml: $(top_srcdir)/makedoc.c $(top_srcdir)/makedoc-defs.h $(top_srcdir)/init.h \
134
134
               manual.xml.head $(top_srcdir)/functions.h $(top_srcdir)/OPS* manual.xml.tail \
135
135
               $(srcdir)/gen-map-doc $(top_srcdir)/VERSION $(top_srcdir)/ChangeLog
136
 
        $(MAKE) ../makedoc$(EXEEXT) # we do not want to rebuild the documentation in tarball builds
 
136
        $(MAKE) -j1 ../makedoc$(EXEEXT) # we do not want to rebuild the documentation in tarball builds
137
137
        ( date=`head -n 1 $(top_srcdir)/ChangeLog | LC_ALL=C cut -d ' ' -f 1` && \
138
138
          sed -e "s/@VERSION\@/`cat $(top_srcdir)/VERSION` ($$date)/" $(srcdir)/manual.xml.head && \
139
139
          $(MAKEDOC_CPP) $(top_srcdir)/init.h | ../makedoc -s && \