~ubuntu-branches/ubuntu/utopic/knutclient/utopic

« back to all changes in this revision

Viewing changes to doc/en/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Quette
  • Date: 2005-09-13 11:12:18 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050913111218-df8vspj2qvlv6hlo
Tags: 0.8.6-2
* Rebuilt against KDE 3.4 with g++-4 for the C++ ABI transition
  (closes: #327959). Build-dependencies and shlibs updated accordingly.
* debian/control: change Section to kde, and rework a bit the Homepage URL

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.7.9 from Makefile.am.
2
2
# KDE tags expanded automatically by am_edit - $Revision: 1.3 $ 
3
3
# @configure_input@
4
4
 
251
251
CONFIG_HEADER = $(top_builddir)/config.h
252
252
CONFIG_CLEAN_FILES =
253
253
DIST_SOURCES =
254
 
DIST_COMMON = Makefile.am Makefile.in
 
254
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
255
255
#>- all: all-am
256
256
#>+ 1
257
257
all: docs-am  all-am
263
263
#>+ 3
264
264
        cd $(top_srcdir) && \
265
265
          $(AUTOMAKE) --gnu  doc/en/Makefile
266
 
        cd $(top_srcdir) && perl admin/am_edit knutclient-0.8.5/doc/en/Makefile.in
 
266
        cd $(top_srcdir) && perl admin/am_edit knutclient-0.8.6/doc/en/Makefile.in
267
267
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
268
268
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
269
269
 
284
284
 
285
285
#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
286
286
#>+ 4
287
 
KDE_DIST=asetting-en.png 
 
287
KDE_DIST=asetting-en.png Makefile.in 
288
288
 
289
289
DISTFILES= $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
290
290
 
339
339
installcheck: installcheck-am
340
340
install-strip:
341
341
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
342
 
          INSTALL_STRIP_FLAG=-s \
 
342
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
343
343
          `test -z '$(STRIP)' || \
344
344
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
345
345
mostlyclean-generic:
347
347
clean-generic:
348
348
 
349
349
distclean-generic:
350
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
350
        -rm -f $(CONFIG_CLEAN_FILES)
351
351
 
352
352
maintainer-clean-generic:
353
353
        @echo "This command is intended for maintainers to use"
361
361
clean-am: clean-docs  clean-generic clean-libtool mostlyclean-am
362
362
 
363
363
distclean: distclean-am
364
 
 
 
364
        -rm -f Makefile
365
365
distclean-am: clean-am distclean-generic distclean-libtool
366
366
 
367
367
dvi: dvi-am
385
385
installcheck-am:
386
386
 
387
387
maintainer-clean: maintainer-clean-am
388
 
 
 
388
        -rm -f Makefile
389
389
maintainer-clean-am: distclean-am maintainer-clean-generic
390
390
 
391
391
mostlyclean: mostlyclean-am
417
417
.NOEXPORT:
418
418
 
419
419
 
420
 
 
421
420
#>+ 24
422
421
index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) asetting-en.png fsetting-en.png index.docbook knutclient-en.png msetting-en.png new-en.png psetting-en.png usetting-en.png variables-en.png ksetting-en.png mkicker-en.png tkicker-en.png 
423
422
        @if test -n "$(MEINPROC)"; then echo $(MEINPROC) --check --cache index.cache.bz2 $(srcdir)/index.docbook; $(MEINPROC) --check --cache index.cache.bz2 $(srcdir)/index.docbook; fi
467
466
force-reedit:
468
467
                cd $(top_srcdir) && \
469
468
          $(AUTOMAKE) --gnu  doc/en/Makefile
470
 
        cd $(top_srcdir) && perl admin/am_edit knutclient-0.8.5/doc/en/Makefile.in
 
469
        cd $(top_srcdir) && perl admin/am_edit knutclient-0.8.6/doc/en/Makefile.in
471
470
 
472
471
 
473
472
#>+ 2