Show
Ignore:
Timestamp:
2007-03-29 15:47:51 (22 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
default
Message:

Make -j2 in doc work (closes: #2538)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/Makefile.am

    r5013 r5022  
    1 # $Id$ 
    2  
    31subdir = doc 
    42 
     
    9391        touch stamp-doc-chunked 
    9492 
     93$(HTML_DOCFILES): stamp-doc-chunked 
     94 
    9595manual.pdf: manual.tex 
    9696        -if test -f manual.tex; then pdfjadetex manual.tex; fi 
     
    134134               manual.xml.head $(top_srcdir)/functions.h $(top_srcdir)/OPS* manual.xml.tail \ 
    135135               $(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 
    137137        ( date=`head -n 1 $(top_srcdir)/ChangeLog | LC_ALL=C cut -d ' ' -f 1` && \ 
    138138          sed -e "s/@VERSION\@/`cat $(top_srcdir)/VERSION` ($$date)/" $(srcdir)/manual.xml.head && \