~ubuntu-branches/ubuntu/trusty/torrus/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Marc Haber, Upstream changes relevant for Debian, Jurij Smakov, Marc Haber
  • Date: 2006-07-24 13:08:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060724130845-zmew22g8p6g2vmz3
Tags: 1.0.4-1
[ Upstream changes relevant for Debian ]
* New upstream release.

[ Jurij Smakov ]
* Expand the copyright file to include the information about all
  authors and copyright holders.
* Use invoke-rc.d instead of invoking the init script directly
  in maintainer scripts.

[ Marc Haber ]
* Standards-Version: 3.7.2 (no changes needed)
* Move debhelper and dpatch to Build-Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
30
30
#  along with this program; if not, write to the Free Software
31
31
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
32
32
 
33
 
# $Id: Makefile.am,v 1.7 2005/06/07 14:42:02 ssinyagin Exp $
 
33
# $Id: Makefile.am,v 1.10 2005/10/26 13:07:08 ssinyagin Exp $
34
34
# Stanislav Sinyagin <ssinyagin@yahoo.com>
35
35
#
36
36
 
56
56
POST_UNINSTALL = :
57
57
build_triplet = @build@
58
58
host_triplet = @host@
 
59
LIBOBJDIR =
59
60
subdir = doc
60
61
DIST_COMMON = $(dist_devdoc_DATA) $(srcdir)/Makefile.am \
61
62
        $(srcdir)/Makefile.in
180
181
plugwrapperdir = @plugwrapperdir@
181
182
prefix = @prefix@
182
183
program_transform_name = @program_transform_name@
 
184
reportsdir = @reportsdir@
183
185
sbindir = @sbindir@
184
186
scriptsdir = @scriptsdir@
185
187
seslockdir = @seslockdir@
207
209
EXTRA_DIST = $(SRCPOD)
208
210
SRCPOD = \
209
211
                install.pod.in \
 
212
                reporting_setup.pod.in \
210
213
                rpnexpr.pod.in \
211
214
                rrfw_torrus_migration.pod.in \
212
215
                scalability.pod.in \
219
222
 
220
223
POD_FILES = \
221
224
                install.pod \
 
225
                reporting_setup.pod \
222
226
                rpnexpr.pod \
223
227
                rrfw_torrus_migration.pod \
224
228
                scalability.pod \
231
235
 
232
236
@POD2TEXT_PRESENT_TRUE@nodist_doc_DATA = \
233
237
@POD2TEXT_PRESENT_TRUE@         install.txt \
 
238
@POD2TEXT_PRESENT_TRUE@         reporting_setup.txt \
234
239
@POD2TEXT_PRESENT_TRUE@         rpnexpr.txt \
235
240
@POD2TEXT_PRESENT_TRUE@         rrfw_torrus_migration.txt \
236
241
@POD2TEXT_PRESENT_TRUE@         scalability.txt \
602
607
        $(SUBST) $<  > $@
603
608
 
604
609
@POD2TEXT_PRESENT_TRUE@.pod.txt:
605
 
@POD2TEXT_PRESENT_TRUE@ $(POD2TEXT) $< $@ 
 
610
@POD2TEXT_PRESENT_TRUE@ $(POD2TEXT) $< > $@ 
606
611
 
607
612
htdocs: $(POD_FILES)
608
613
        cd manpages; make pods