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

« back to all changes in this revision

Viewing changes to Documentation/users_guide/Makefile.in

  • 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:
13
13
# PARTICULAR PURPOSE.
14
14
 
15
15
@SET_MAKE@
 
16
 
 
17
# ----------------------------------------------------------------------
 
18
# File: ecasound/Documentation/users_guide/Makefile.am
 
19
# Description: Ecasound documentation - user's guide
 
20
# License: GPL (see ecasound/{AUTHORS,COPYING})
 
21
# ----------------------------------------------------------------------
16
22
srcdir = @srcdir@
17
23
top_srcdir = @top_srcdir@
18
24
VPATH = @srcdir@
130
136
EXEEXT = @EXEEXT@
131
137
F77 = @F77@
132
138
FFLAGS = @FFLAGS@
 
139
GREP = @GREP@
133
140
INSTALL_DATA = @INSTALL_DATA@
134
141
INSTALL_PROGRAM = @INSTALL_PROGRAM@
135
142
INSTALL_SCRIPT = @INSTALL_SCRIPT@
162
169
SHELL = @SHELL@
163
170
STRIP = @STRIP@
164
171
VERSION = @VERSION@
165
 
ac_ct_AR = @ac_ct_AR@
166
172
ac_ct_CC = @ac_ct_CC@
167
173
ac_ct_CXX = @ac_ct_CXX@
168
174
ac_ct_F77 = @ac_ct_F77@
169
 
ac_ct_RANLIB = @ac_ct_RANLIB@
170
 
ac_ct_STRIP = @ac_ct_STRIP@
171
175
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
172
176
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
173
177
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
184
188
build_os = @build_os@
185
189
build_vendor = @build_vendor@
186
190
datadir = @datadir@
 
191
datarootdir = @datarootdir@
 
192
docdir = @docdir@
 
193
dvidir = @dvidir@
187
194
exec_prefix = @exec_prefix@
188
195
host = @host@
189
196
host_alias = @host_alias@
190
197
host_cpu = @host_cpu@
191
198
host_os = @host_os@
192
199
host_vendor = @host_vendor@
 
200
htmldir = @htmldir@
193
201
includedir = @includedir@
194
202
infodir = @infodir@
195
203
install_sh = @install_sh@
196
204
libdir = @libdir@
197
205
libexecdir = @libexecdir@
 
206
localedir = @localedir@
198
207
localstatedir = @localstatedir@
199
208
mandir = @mandir@
200
209
mkdir_p = @mkdir_p@
201
210
oldincludedir = @oldincludedir@
 
211
pdfdir = @pdfdir@
202
212
prefix = @prefix@
203
213
program_transform_name = @program_transform_name@
 
214
psdir = @psdir@
204
215
sbindir = @sbindir@
205
216
sharedstatedir = @sharedstatedir@
206
 
subdirs = @subdirs@
207
217
sysconfdir = @sysconfdir@
208
218
target_alias = @target_alias@
209
219
 
210
 
#
211
 
# Makefile for Documentation/users_guide subdir 
212
 
#
213
220
# ---------------------------------------------------------------------
214
221
# Files going into distribution:
215
222
EXTRA_DIST = users_guide.latex
380
387
 
381
388
ecasound_eci_doc.pdf: eci_doc.latex eci_doc.dvi
382
389
 
 
390
# note: to create the table of contents (which spans multiple pages), and
 
391
#       re-calculate the page numbers after the page offset generated by table
 
392
#       of contents, latex needs to be ran 3 times. (Junichi Uekawa, 2007-08-06)
 
393
 
383
394
users_guide.dvi: users_guide.latex
384
395
        latex users_guide.latex
 
396
        latex users_guide.latex
 
397
        latex users_guide.latex
385
398
        dvips -Ppdf -o users_guide.ps users_guide.dvi
386
399
        ps2pdf users_guide.ps ecasound_users_guide.pdf
387
400
        mkdir -p html_uguide