~ubuntu-branches/ubuntu/hardy/libusb/hardy

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2004-11-26 19:32:55 UTC
  • Revision ID: james.westby@ubuntu.com-20041126193255-c2980pqtx2pn5pk7
Tags: 1:0.1.8-17ubuntu2
Move libusb-0.1-udeb's copy of libusb-0.1.so.* to /lib; it seems to
confuse mklibs less that way.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.8 from Makefile.am.
 
1
# Makefile.in generated by automake 1.7.9 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
111
111
PACKAGE_TARNAME = @PACKAGE_TARNAME@
112
112
PACKAGE_VERSION = @PACKAGE_VERSION@
113
113
PATH_SEPARATOR = @PATH_SEPARATOR@
 
114
PKG_CONFIG = @PKG_CONFIG@
114
115
RANLIB = @RANLIB@
115
116
SET_MAKE = @SET_MAKE@
116
117
SHELL = @SHELL@
150
151
localstatedir = @localstatedir@
151
152
mandir = @mandir@
152
153
oldincludedir = @oldincludedir@
 
154
pkgconfigdir = @pkgconfigdir@
153
155
prefix = @prefix@
154
156
program_transform_name = @program_transform_name@
155
157
sbindir = @sbindir@
169
171
CLEANFILES = manual.dvi manual.aux manual.tex manual.log \
170
172
        manual.ps.gz; rm -rf html
171
173
 
 
174
 
 
175
#MANUALS = manual.ps.gz html/index.html
 
176
@BUILD_DOCS_TRUE@MANUALS = html/index.html
172
177
# Generating postscript takes forever on my laptop apparentely
173
178
@BUILD_DOCS_FALSE@MANUALS = 
174
 
 
175
 
#MANUALS = manual.ps.gz html/index.html
176
 
@BUILD_DOCS_TRUE@MANUALS = html/index.html
177
179
subdir = doc
178
180
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
179
181
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
253
255
installcheck: installcheck-am
254
256
install-strip:
255
257
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
256
 
          INSTALL_STRIP_FLAG=-s \
 
258
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
257
259
          `test -z '$(STRIP)' || \
258
260
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
259
261
mostlyclean-generic: