~ubuntu-branches/ubuntu/oneiric/ecasound2.2/oneiric

« back to all changes in this revision

Viewing changes to Documentation/users_guide/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2008-03-23 21:42:49 UTC
  • mfrom: (3.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080323214249-evlfv3y1o8q747la
Tags: 2.4.6.1-2
* Bug fix: "FTBFS with GCC 4.3: missing #includes", thanks to Martin
  Michlmayr (Closes: #454890).
- 13_gcc4: updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# Makefile for Documentation/users_guide subdir 
3
 
#
 
1
# ----------------------------------------------------------------------
 
2
# File: ecasound/Documentation/users_guide/Makefile.am
 
3
# Description: Ecasound documentation - user's guide
 
4
# License: GPL (see ecasound/{AUTHORS,COPYING})
 
5
# ----------------------------------------------------------------------
 
6
 
4
7
# ---------------------------------------------------------------------
5
8
# Files going into distribution:
6
9
EXTRA_DIST = users_guide.latex
11
14
 
12
15
ecasound_eci_doc.pdf: eci_doc.latex eci_doc.dvi
13
16
 
 
17
# note: to create the table of contents (which spans multiple pages), and
 
18
#       re-calculate the page numbers after the page offset generated by table
 
19
#       of contents, latex needs to be ran 3 times. (Junichi Uekawa, 2007-08-06)
 
20
 
14
21
users_guide.dvi: users_guide.latex
15
22
        latex users_guide.latex
 
23
        latex users_guide.latex
 
24
        latex users_guide.latex
16
25
        dvips -Ppdf -o users_guide.ps users_guide.dvi
17
26
        ps2pdf users_guide.ps ecasound_users_guide.pdf
18
27
        mkdir -p html_uguide