~ubuntu-branches/ubuntu/trusty/varnish/trusty-proposed

« back to all changes in this revision

Viewing changes to man/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen, Stig Sandbeck Mathisen, Tollef Fog Heen
  • Date: 2013-05-05 15:53:14 UTC
  • mfrom: (0.1.16)
  • Revision ID: package-import@ubuntu.com-20130505155314-i99wuol99cfwzrtv
Tags: 3.0.3-1
[ Stig Sandbeck Mathisen ]
* New upstream release

[ Tollef Fog Heen ]
* Make varnishlog's and varnishncsa's init script exit with the exit
  status of status_of_proc to make them useful.  Fixes upstream trac
  #1226.

[ Stig Sandbeck Mathisen ]
* Do not rewrite /etc/default/varnish on upgrade.
  Thanks to Andreas Beckmann <anbe@debian.org> (Closes: 698577)
* Undo mangling of /etc/default/varnish that happened during lenny->squeeze
  upgrade.
  Thanks to Andreas Beckmann <anbe@debian.org> (Closes: 698577)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
44
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45
45
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pthread.m4 \
46
46
        $(top_srcdir)/m4/ld-version-script.m4 \
47
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
48
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
49
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 
47
        $(top_srcdir)/configure.ac
50
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51
49
        $(ACLOCAL_M4)
52
50
mkinstalldirs = $(install_sh) -d
93
91
am__base_list = \
94
92
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
95
93
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
94
am__uninstall_files_from_dir = { \
 
95
  test -z "$$files" \
 
96
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
97
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
98
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
99
  }
96
100
man7dir = $(mandir)/man7
97
101
am__installdirs = "$(DESTDIR)$(man7dir)"
98
102
NROFF = nroff
294
298
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
295
299
        echo " rm -f" $$list; \
296
300
        rm -f $$list
297
 
vsc2rst$(EXEEXT): $(vsc2rst_OBJECTS) $(vsc2rst_DEPENDENCIES) 
 
301
vsc2rst$(EXEEXT): $(vsc2rst_OBJECTS) $(vsc2rst_DEPENDENCIES) $(EXTRA_vsc2rst_DEPENDENCIES) 
298
302
        @rm -f vsc2rst$(EXEEXT)
299
303
        $(LINK) $(vsc2rst_OBJECTS) $(vsc2rst_LDADD) $(LIBS)
300
304
 
367
371
          sed -n '/\.7[a-z]*$$/p'; \
368
372
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \
369
373
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
370
 
        test -z "$$files" || { \
371
 
          echo " ( cd '$(DESTDIR)$(man7dir)' && rm -f" $$files ")"; \
372
 
          cd "$(DESTDIR)$(man7dir)" && rm -f $$files; }
 
374
        dir='$(DESTDIR)$(man7dir)'; $(am__uninstall_files_from_dir)
373
375
 
374
376
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
375
377
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
483
485
 
484
486
installcheck: installcheck-am
485
487
install-strip:
486
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
487
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
488
 
          `test -z '$(STRIP)' || \
489
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
488
        if test -z '$(STRIP)'; then \
 
489
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
490
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
491
              install; \
 
492
        else \
 
493
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
494
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
495
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
496
        fi
490
497
mostlyclean-generic:
491
498
 
492
499
clean-generic: