~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Colin D Bennett
  • Date: 2009-02-12 17:21:02 UTC
  • mto: This revision was merged to the branch mainline in revision 4008.
  • Revision ID: colin@gibibit.com-20090212172102-0t7xufywds9l1g33
Strip trailing whitespace.

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
# Copy and modify the RST sources, and convert SVG images to PDF
120
120
# files for use a images in the LaTeX-generated PDF.
121
121
# Then generate the PDF output from the modified RST sources.
122
 
doc/en/user-guide/user-guide.$(PAPERSIZE).pdf: $(wildcard $(addsuffix /*.txt, doc/en/user-guide)) 
 
122
doc/en/user-guide/user-guide.$(PAPERSIZE).pdf: $(wildcard $(addsuffix /*.txt, doc/en/user-guide))
123
123
        mkdir -p doc/en/user-guide/latex_prepared
124
124
        $(PYTHON) tools/prepare_for_latex.py \
125
125
            --out-dir=doc/en/user-guide/latex_prepared \