~ubuntu-branches/ubuntu/natty/bc/natty

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): John G. Hasler
  • Date: 2009-10-06 13:57:38 UTC
  • mto: (3.2.1 sid)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20091006135738-81b5mvwsfxfa96bv
Tags: upstream-1.06.95
ImportĀ upstreamĀ versionĀ 1.06.95

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
PRE_UNINSTALL = :
35
35
POST_UNINSTALL = :
36
36
subdir = doc
37
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in texinfo.tex
 
37
DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.am \
 
38
        $(srcdir)/Makefile.in $(srcdir)/texi-ver.incl.in texinfo.tex
38
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
40
am__aclocal_m4_deps = $(top_srcdir)/configure.in
40
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41
42
        $(ACLOCAL_M4)
42
43
mkinstalldirs = $(install_sh) -d
43
44
CONFIG_HEADER = $(top_builddir)/config.h
44
 
CONFIG_CLEAN_FILES =
 
45
CONFIG_CLEAN_FILES = texi-ver.incl
45
46
SOURCES =
46
47
DIST_SOURCES =
47
48
INFO_DEPS = $(srcdir)/bc.info $(srcdir)/dc.info
59
60
am__installdirs = "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"
60
61
man1dir = $(mandir)/man1
61
62
NROFF = nroff
62
 
MANS = $(man_MANS)
 
63
MANS = $(dist_man_MANS)
63
64
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
64
65
ACLOCAL = @ACLOCAL@
65
66
AMDEP_FALSE = @AMDEP_FALSE@
69
70
AUTOHEADER = @AUTOHEADER@
70
71
AUTOMAKE = @AUTOMAKE@
71
72
AWK = @AWK@
 
73
BC_VERSION = @BC_VERSION@
72
74
CC = @CC@
73
75
CCDEPMODE = @CCDEPMODE@
74
76
CFLAGS = @CFLAGS@
75
77
CPP = @CPP@
76
78
CPPFLAGS = @CPPFLAGS@
77
79
CYGPATH_W = @CYGPATH_W@
 
80
DC_VERSION = @DC_VERSION@
78
81
DEFS = @DEFS@
79
82
DEPDIR = @DEPDIR@
80
83
ECHO_C = @ECHO_C@
141
144
target_alias = @target_alias@
142
145
info_TEXINFOS = bc.texi dc.texi
143
146
MAINTAINERCLEANFILES = Makefile.in
144
 
 
145
 
# FIXME: remove this when automake has been fixed to include these
146
 
# files automatically
147
 
EXTRA_DIST = bc.1 dc.1
148
 
man_MANS = bc.1 dc.1
 
147
dist_man_MANS = bc.1 dc.1
149
148
all: all-am
150
149
 
151
150
.SUFFIXES:
179
178
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
180
179
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
181
180
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
181
texi-ver.incl: $(top_builddir)/config.status $(srcdir)/texi-ver.incl.in
 
182
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
182
183
 
183
184
.texi.info:
184
185
        restore=: && backupdir="$(am__leading_dot)am$$$$" && \
492
493
        uninstall uninstall-am uninstall-info-am uninstall-man \
493
494
        uninstall-man1
494
495
 
 
496
 
 
497
bc.dvi bc.pdf bc.html $(srcdir)/bc.info \
 
498
dc.dvi dc.pdf dc.html $(srcdir)/dc.info :  texi-ver.incl
495
499
# Tell versions [3.59,3.63) of GNU make to not export all variables.
496
500
# Otherwise a system limit (for SysV at least) may be exceeded.
497
501
.NOEXPORT: