No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / texinfo / doc / Makefile.in
blob35d97aa1f8fd06541a67cf9def3172bec15029ff
1 # Makefile.in generated by automake 1.9.4 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
17 # Id: Makefile.am,v 1.20 2004/11/18 01:10:59 karl Exp
18 # Makefile.am for texinfo/doc.
19 # Run automake in .. to produce Makefile.in from this.
21 # This file is free software; as a special exception the author gives
22 # unlimited permission to copy and/or distribute it, with or without
23 # modifications, as long as this notice is preserved.
25 # This program is distributed in the hope that it will be useful, but
26 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
27 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
28 srcdir = @srcdir@
29 top_srcdir = @top_srcdir@
30 VPATH = @srcdir@
31 pkgdatadir = $(datadir)/@PACKAGE@
32 pkglibdir = $(libdir)/@PACKAGE@
33 pkgincludedir = $(includedir)/@PACKAGE@
34 top_builddir = ..
35 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
36 INSTALL = @INSTALL@
37 install_sh_DATA = $(install_sh) -c -m 644
38 install_sh_PROGRAM = $(install_sh) -c
39 install_sh_SCRIPT = $(install_sh) -c
40 INSTALL_HEADER = $(INSTALL_DATA)
41 transform = $(program_transform_name)
42 NORMAL_INSTALL = :
43 PRE_INSTALL = :
44 POST_INSTALL = :
45 NORMAL_UNINSTALL = :
46 PRE_UNINSTALL = :
47 POST_UNINSTALL = :
48 build_triplet = @build@
49 host_triplet = @host@
50 subdir = doc
51 DIST_COMMON = README $(info_TEXINFOS) $(srcdir)/Makefile.am \
52 $(srcdir)/Makefile.in $(srcdir)/stamp-1 $(srcdir)/stamp-vti \
53 $(srcdir)/version-stnd.texi $(srcdir)/version.texi mdate-sh \
54 texinfo.tex
55 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
57 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \
58 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \
59 $(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
60 $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
61 $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
62 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
63 $(top_srcdir)/m4/longdouble.m4 $(top_srcdir)/m4/longlong.m4 \
64 $(top_srcdir)/m4/mkstemp.m4 $(top_srcdir)/m4/nls.m4 \
65 $(top_srcdir)/m4/onceonly_2_57.m4 $(top_srcdir)/m4/po.m4 \
66 $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
67 $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/size_max.m4 \
68 $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/strcase.m4 \
69 $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \
70 $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \
71 $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac
72 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
73 $(ACLOCAL_M4)
74 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
75 CONFIG_HEADER = $(top_builddir)/config.h
76 CONFIG_CLEAN_FILES =
77 SOURCES =
78 DIST_SOURCES =
79 INFO_DEPS = texinfo info-stnd.info info.info
80 am__TEXINFO_TEX_DIR = $(srcdir)
81 DVIS = texinfo.dvi info-stnd.dvi info.dvi
82 PDFS = texinfo.pdf info-stnd.pdf info.pdf
83 PSS = texinfo.ps info-stnd.ps info.ps
84 HTMLS = texinfo.html info-stnd.html info.html
85 TEXINFOS = texinfo.txi info-stnd.texi info.texi
86 TEXI2DVI = texi2dvi
87 TEXI2PDF = $(TEXI2DVI) --pdf --batch
88 MAKEINFOHTML = $(MAKEINFO) --html
89 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
90 DVIPS = dvips
91 am__installdirs = "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)" \
92 "$(DESTDIR)$(man5dir)"
93 man1dir = $(mandir)/man1
94 man5dir = $(mandir)/man5
95 NROFF = nroff
96 MANS = $(man_MANS)
97 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
98 ACLOCAL = @ACLOCAL@
99 ALLOCA = @ALLOCA@
100 AMDEP_FALSE = @AMDEP_FALSE@
101 AMDEP_TRUE = @AMDEP_TRUE@
102 AMTAR = @AMTAR@
103 AUTOCONF = @AUTOCONF@
104 AUTOHEADER = @AUTOHEADER@
105 AUTOMAKE = @AUTOMAKE@
106 AWK = @AWK@
107 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
108 CATOBJEXT = @CATOBJEXT@
109 CC = @CC@
110 CCDEPMODE = @CCDEPMODE@
111 CFLAGS = @CFLAGS@
112 CPP = @CPP@
113 CPPFLAGS = @CPPFLAGS@
114 CYGPATH_W = @CYGPATH_W@
115 DATADIRNAME = @DATADIRNAME@
116 DEFS = @DEFS@
117 DEPDIR = @DEPDIR@
118 ECHO_C = @ECHO_C@
119 ECHO_N = @ECHO_N@
120 ECHO_T = @ECHO_T@
121 EGREP = @EGREP@
122 EXEEXT = @EXEEXT@
123 GENCAT = @GENCAT@
124 GLIBC21 = @GLIBC21@
125 GMSGFMT = @GMSGFMT@
126 HAVE_ASPRINTF = @HAVE_ASPRINTF@
127 HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
128 HAVE_SNPRINTF = @HAVE_SNPRINTF@
129 HAVE_WPRINTF = @HAVE_WPRINTF@
130 HELP2MAN = @HELP2MAN@
131 INSTALL_DATA = @INSTALL_DATA@
132 INSTALL_PROGRAM = @INSTALL_PROGRAM@
133 INSTALL_SCRIPT = @INSTALL_SCRIPT@
134 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
135 INSTALL_WARNINGS_FALSE = @INSTALL_WARNINGS_FALSE@
136 INSTALL_WARNINGS_TRUE = @INSTALL_WARNINGS_TRUE@
137 INSTOBJEXT = @INSTOBJEXT@
138 INTLBISON = @INTLBISON@
139 INTLLIBS = @INTLLIBS@
140 INTLOBJS = @INTLOBJS@
141 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
142 LDFLAGS = @LDFLAGS@
143 LIBICONV = @LIBICONV@
144 LIBINTL = @LIBINTL@
145 LIBOBJS = @LIBOBJS@
146 LIBS = @LIBS@
147 LTLIBICONV = @LTLIBICONV@
148 LTLIBINTL = @LTLIBINTL@
149 LTLIBOBJS = @LTLIBOBJS@
150 MAINT = @MAINT@
151 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
152 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
154 # Use the programs built in our distribution, taking account of possible
155 # cross-compiling.
156 MAKEINFO = $(top_builddir)/$(native_tools)/makeinfo/makeinfo
157 MKINSTALLDIRS = @MKINSTALLDIRS@
158 MSGFMT = @MSGFMT@
159 MSGMERGE = @MSGMERGE@
160 OBJEXT = @OBJEXT@
161 PACKAGE = @PACKAGE@
162 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
163 PACKAGE_NAME = @PACKAGE_NAME@
164 PACKAGE_STRING = @PACKAGE_STRING@
165 PACKAGE_TARNAME = @PACKAGE_TARNAME@
166 PACKAGE_VERSION = @PACKAGE_VERSION@
167 PATH_SEPARATOR = @PATH_SEPARATOR@
168 POSUB = @POSUB@
169 RANLIB = @RANLIB@
170 SET_MAKE = @SET_MAKE@
171 SHELL = @SHELL@
172 STRIP = @STRIP@
173 TERMLIBS = @TERMLIBS@
174 TOOLS_ONLY_FALSE = @TOOLS_ONLY_FALSE@
175 TOOLS_ONLY_TRUE = @TOOLS_ONLY_TRUE@
176 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
177 USE_NLS = @USE_NLS@
178 VERSION = @VERSION@
179 XGETTEXT = @XGETTEXT@
180 ac_ct_CC = @ac_ct_CC@
181 ac_ct_RANLIB = @ac_ct_RANLIB@
182 ac_ct_STRIP = @ac_ct_STRIP@
183 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
184 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
185 am__include = @am__include@
186 am__leading_dot = @am__leading_dot@
187 am__quote = @am__quote@
188 am__tar = @am__tar@
189 am__untar = @am__untar@
190 bindir = @bindir@
191 build = @build@
192 build_alias = @build_alias@
193 build_cpu = @build_cpu@
194 build_os = @build_os@
195 build_vendor = @build_vendor@
196 datadir = @datadir@
197 exec_prefix = @exec_prefix@
198 host = @host@
199 host_alias = @host_alias@
200 host_cpu = @host_cpu@
201 host_os = @host_os@
202 host_vendor = @host_vendor@
203 includedir = @includedir@
204 infodir = @infodir@
205 install_sh = @install_sh@
206 libdir = @libdir@
207 libexecdir = @libexecdir@
208 localstatedir = @localstatedir@
209 mandir = @mandir@
210 mkdir_p = @mkdir_p@
211 native_tools = @native_tools@
212 oldincludedir = @oldincludedir@
213 prefix = @prefix@
214 program_transform_name = @program_transform_name@
215 sbindir = @sbindir@
216 sharedstatedir = @sharedstatedir@
217 sysconfdir = @sysconfdir@
218 target_alias = @target_alias@
220 # Put texinfo.txi first because that's the most important.
221 info_TEXINFOS = texinfo.txi info-stnd.texi info.texi
222 DISTCLEANFILES = texinfo texinfo-* info*.info*
223 man_MANS = info.1 infokey.1 install-info.1 makeinfo.1 texindex.1 texi2dvi.1 \
224 info.5 texinfo.5
226 INSTALL_INFO = $(top_builddir)/$(native_tools)/util/install-info
227 TXI_XLATE = txi-cs.tex txi-de.tex txi-en.tex txi-es.tex txi-fr.tex \
228 txi-it.tex txi-nl.tex txi-no.tex txi-pl.tex txi-pt.tex txi-tr.tex
231 # Include our texinfo.tex, not Automake's.
232 EXTRA_DIST = epsf.tex pdfcolor.tex texinfo.tex \
233 fdl.texi \
234 $(man_MANS) $(TXI_XLATE)
236 texmf_texinfo = $(TEXMF)/tex/texinfo
237 texmf_dvips = $(TEXMF)/tex/generic/dvips
238 texmf_pdftex_misc = $(TEXMF)/pdftex/plain/misc
240 # The man pages depend on the --help strings and the version number.
241 @MAINTAINER_MODE_TRUE@common_mandeps = $(top_srcdir)/configure.ac
242 all: all-am
244 .SUFFIXES:
245 .SUFFIXES: .dvi .ps
246 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
247 @for dep in $?; do \
248 case '$(am__configure_deps)' in \
249 *$$dep*) \
250 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
251 && exit 0; \
252 exit 1;; \
253 esac; \
254 done; \
255 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
256 cd $(top_srcdir) && \
257 $(AUTOMAKE) --gnu doc/Makefile
258 .PRECIOUS: Makefile
259 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
260 @case '$?' in \
261 *config.status*) \
262 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
263 *) \
264 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
265 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
266 esac;
268 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
269 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
271 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
272 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
274 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
276 texinfo: texinfo.txi $(srcdir)/version.texi
277 restore=: && backupdir="$(am__leading_dot)am$$$$" && \
278 rm -rf $$backupdir && mkdir $$backupdir && \
279 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
280 if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
281 done; \
282 if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
283 -o $@ `test -f 'texinfo.txi' || echo '$(srcdir)/'`texinfo.txi; \
284 then \
285 rc=0; \
286 else \
287 rc=$$?; \
288 $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
289 fi; \
290 rm -rf $$backupdir; exit $$rc
292 texinfo.dvi: texinfo.txi $(srcdir)/version.texi
293 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
294 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
295 $(TEXI2DVI) -o $@ `test -f 'texinfo.txi' || echo '$(srcdir)/'`texinfo.txi
297 texinfo.pdf: texinfo.txi $(srcdir)/version.texi
298 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
299 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
300 $(TEXI2PDF) -o $@ `test -f 'texinfo.txi' || echo '$(srcdir)/'`texinfo.txi
302 texinfo.html: texinfo.txi $(srcdir)/version.texi
303 rm -rf $(@:.html=.htp)
304 if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
305 -o $(@:.html=.htp) `test -f 'texinfo.txi' || echo '$(srcdir)/'`texinfo.txi; \
306 then \
307 rm -rf $@; \
308 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
309 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
310 else \
311 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
312 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
313 exit 1; \
315 $(srcdir)/version.texi: @MAINTAINER_MODE_TRUE@ $(srcdir)/stamp-vti
316 $(srcdir)/stamp-vti: texinfo.txi $(top_srcdir)/configure
317 @(dir=.; test -f ./texinfo.txi || dir=$(srcdir); \
318 set `$(SHELL) $(srcdir)/mdate-sh $$dir/texinfo.txi`; \
319 echo "@set UPDATED $$1 $$2 $$3"; \
320 echo "@set UPDATED-MONTH $$2 $$3"; \
321 echo "@set EDITION $(VERSION)"; \
322 echo "@set VERSION $(VERSION)") > vti.tmp
323 @cmp -s vti.tmp $(srcdir)/version.texi \
324 || (echo "Updating $(srcdir)/version.texi"; \
325 cp vti.tmp $(srcdir)/version.texi)
326 -@rm -f vti.tmp
327 @cp $(srcdir)/version.texi $@
329 mostlyclean-vti:
330 -rm -f vti.tmp
332 maintainer-clean-vti:
333 @MAINTAINER_MODE_TRUE@ -rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi
335 info-stnd.info: info-stnd.texi $(srcdir)/version-stnd.texi
336 restore=: && backupdir="$(am__leading_dot)am$$$$" && \
337 rm -rf $$backupdir && mkdir $$backupdir && \
338 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
339 if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
340 done; \
341 if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
342 -o $@ `test -f 'info-stnd.texi' || echo '$(srcdir)/'`info-stnd.texi; \
343 then \
344 rc=0; \
345 else \
346 rc=$$?; \
347 $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
348 fi; \
349 rm -rf $$backupdir; exit $$rc
351 info-stnd.dvi: info-stnd.texi $(srcdir)/version-stnd.texi
352 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
353 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
354 $(TEXI2DVI) -o $@ `test -f 'info-stnd.texi' || echo '$(srcdir)/'`info-stnd.texi
356 info-stnd.pdf: info-stnd.texi $(srcdir)/version-stnd.texi
357 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
358 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
359 $(TEXI2PDF) -o $@ `test -f 'info-stnd.texi' || echo '$(srcdir)/'`info-stnd.texi
361 info-stnd.html: info-stnd.texi $(srcdir)/version-stnd.texi
362 rm -rf $(@:.html=.htp)
363 if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
364 -o $(@:.html=.htp) `test -f 'info-stnd.texi' || echo '$(srcdir)/'`info-stnd.texi; \
365 then \
366 rm -rf $@; \
367 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
368 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
369 else \
370 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
371 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
372 exit 1; \
374 $(srcdir)/version-stnd.texi: @MAINTAINER_MODE_TRUE@ $(srcdir)/stamp-1
375 $(srcdir)/stamp-1: info-stnd.texi $(top_srcdir)/configure
376 @(dir=.; test -f ./info-stnd.texi || dir=$(srcdir); \
377 set `$(SHELL) $(srcdir)/mdate-sh $$dir/info-stnd.texi`; \
378 echo "@set UPDATED $$1 $$2 $$3"; \
379 echo "@set UPDATED-MONTH $$2 $$3"; \
380 echo "@set EDITION $(VERSION)"; \
381 echo "@set VERSION $(VERSION)") > 1.tmp
382 @cmp -s 1.tmp $(srcdir)/version-stnd.texi \
383 || (echo "Updating $(srcdir)/version-stnd.texi"; \
384 cp 1.tmp $(srcdir)/version-stnd.texi)
385 -@rm -f 1.tmp
386 @cp $(srcdir)/version-stnd.texi $@
388 mostlyclean-1:
389 -rm -f 1.tmp
391 maintainer-clean-1:
392 @MAINTAINER_MODE_TRUE@ -rm -f $(srcdir)/stamp-1 $(srcdir)/version-stnd.texi
394 info.info: info.texi $(info_TEXINFOS)
395 restore=: && backupdir="$(am__leading_dot)am$$$$" && \
396 rm -rf $$backupdir && mkdir $$backupdir && \
397 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
398 if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
399 done; \
400 if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
401 -o $@ `test -f 'info.texi' || echo '$(srcdir)/'`info.texi; \
402 then \
403 rc=0; \
404 else \
405 rc=$$?; \
406 $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
407 fi; \
408 rm -rf $$backupdir; exit $$rc
410 info.dvi: info.texi $(info_TEXINFOS)
411 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
412 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
413 $(TEXI2DVI) -o $@ `test -f 'info.texi' || echo '$(srcdir)/'`info.texi
415 info.pdf: info.texi $(info_TEXINFOS)
416 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
417 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
418 $(TEXI2PDF) -o $@ `test -f 'info.texi' || echo '$(srcdir)/'`info.texi
420 info.html: info.texi $(info_TEXINFOS)
421 rm -rf $(@:.html=.htp)
422 if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
423 -o $(@:.html=.htp) `test -f 'info.texi' || echo '$(srcdir)/'`info.texi; \
424 then \
425 rm -rf $@; \
426 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
427 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
428 else \
429 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
430 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
431 exit 1; \
433 .dvi.ps:
434 $(DVIPS) -o $@ $<
436 uninstall-info-am:
437 $(PRE_UNINSTALL)
438 @if (install-info --version && \
439 install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
440 list='$(INFO_DEPS)'; \
441 for file in $$list; do \
442 relfile=`echo "$$file" | sed 's|^.*/||'`; \
443 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
444 install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
445 done; \
446 else :; fi
447 @$(NORMAL_UNINSTALL)
448 @list='$(INFO_DEPS)'; \
449 for file in $$list; do \
450 relfile=`echo "$$file" | sed 's|^.*/||'`; \
451 relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
452 (if cd "$(DESTDIR)$(infodir)"; then \
453 echo " rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9])"; \
454 rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
455 else :; fi); \
456 done
458 mostlyclean-aminfo:
459 -rm -rf texinfo.aux texinfo.cp texinfo.cps texinfo.fn texinfo.fns texinfo.ky \
460 texinfo.kys texinfo.log texinfo.op texinfo.pg texinfo.tmp \
461 texinfo.toc texinfo.tp texinfo.tps texinfo.vr texinfo.dvi \
462 texinfo.pdf texinfo.ps texinfo.html info-stnd.aux \
463 info-stnd.cp info-stnd.cps info-stnd.fn info-stnd.ky \
464 info-stnd.log info-stnd.pg info-stnd.pgs info-stnd.tmp \
465 info-stnd.toc info-stnd.tp info-stnd.tps info-stnd.vr \
466 info-stnd.dvi info-stnd.pdf info-stnd.ps info-stnd.html \
467 info.aux info.cp info.cps info.fn info.ky info.log info.pg \
468 info.pgs info.tmp info.toc info.tp info.tps info.vr info.dvi \
469 info.pdf info.ps info.html
471 maintainer-clean-aminfo:
472 @list='$(INFO_DEPS)'; for i in $$list; do \
473 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
474 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
475 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
476 done
477 install-man1: $(man1_MANS) $(man_MANS)
478 @$(NORMAL_INSTALL)
479 test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)"
480 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
481 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
482 for i in $$l2; do \
483 case "$$i" in \
484 *.1*) list="$$list $$i" ;; \
485 esac; \
486 done; \
487 for i in $$list; do \
488 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
489 else file=$$i; fi; \
490 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
491 case "$$ext" in \
492 1*) ;; \
493 *) ext='1' ;; \
494 esac; \
495 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
496 inst=`echo $$inst | sed -e 's/^.*\///'`; \
497 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
498 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
499 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
500 done
501 uninstall-man1:
502 @$(NORMAL_UNINSTALL)
503 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
504 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
505 for i in $$l2; do \
506 case "$$i" in \
507 *.1*) list="$$list $$i" ;; \
508 esac; \
509 done; \
510 for i in $$list; do \
511 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
512 case "$$ext" in \
513 1*) ;; \
514 *) ext='1' ;; \
515 esac; \
516 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
517 inst=`echo $$inst | sed -e 's/^.*\///'`; \
518 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
519 echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
520 rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
521 done
522 install-man5: $(man5_MANS) $(man_MANS)
523 @$(NORMAL_INSTALL)
524 test -z "$(man5dir)" || $(mkdir_p) "$(DESTDIR)$(man5dir)"
525 @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
526 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
527 for i in $$l2; do \
528 case "$$i" in \
529 *.5*) list="$$list $$i" ;; \
530 esac; \
531 done; \
532 for i in $$list; do \
533 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
534 else file=$$i; fi; \
535 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
536 case "$$ext" in \
537 5*) ;; \
538 *) ext='5' ;; \
539 esac; \
540 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
541 inst=`echo $$inst | sed -e 's/^.*\///'`; \
542 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
543 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
544 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst"; \
545 done
546 uninstall-man5:
547 @$(NORMAL_UNINSTALL)
548 @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
549 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
550 for i in $$l2; do \
551 case "$$i" in \
552 *.5*) list="$$list $$i" ;; \
553 esac; \
554 done; \
555 for i in $$list; do \
556 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
557 case "$$ext" in \
558 5*) ;; \
559 *) ext='5' ;; \
560 esac; \
561 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
562 inst=`echo $$inst | sed -e 's/^.*\///'`; \
563 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
564 echo " rm -f '$(DESTDIR)$(man5dir)/$$inst'"; \
565 rm -f "$(DESTDIR)$(man5dir)/$$inst"; \
566 done
567 tags: TAGS
568 TAGS:
570 ctags: CTAGS
571 CTAGS:
574 distdir: $(DISTFILES)
575 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
576 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
577 list='$(DISTFILES)'; for file in $$list; do \
578 case $$file in \
579 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
580 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
581 esac; \
582 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
583 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
584 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
585 dir="/$$dir"; \
586 $(mkdir_p) "$(distdir)$$dir"; \
587 else \
588 dir=''; \
589 fi; \
590 if test -d $$d/$$file; then \
591 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
592 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
593 fi; \
594 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
595 else \
596 test -f $(distdir)/$$file \
597 || cp -p $$d/$$file $(distdir)/$$file \
598 || exit 1; \
599 fi; \
600 done
601 $(MAKE) $(AM_MAKEFLAGS) \
602 top_distdir="$(top_distdir)" distdir="$(distdir)" \
603 dist-info
604 check-am: all-am
605 check: check-am
606 all-am: Makefile $(INFO_DEPS) $(MANS)
607 installdirs:
608 for dir in "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)"; do \
609 test -z "$$dir" || $(mkdir_p) "$$dir"; \
610 done
611 install: install-am
612 install-exec: install-exec-am
613 install-data: install-data-am
614 uninstall: uninstall-am
616 install-am: all-am
617 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
619 installcheck: installcheck-am
620 install-strip:
621 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
622 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
623 `test -z '$(STRIP)' || \
624 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
625 mostlyclean-generic:
627 clean-generic:
629 distclean-generic:
630 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
631 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
633 maintainer-clean-generic:
634 @echo "This command is intended for maintainers to use"
635 @echo "it deletes files that may require special tools to rebuild."
636 @INSTALL_WARNINGS_FALSE@install-data-local:
637 clean: clean-am
639 clean-am: clean-generic mostlyclean-am
641 distclean: distclean-am
642 -rm -f Makefile
643 distclean-am: clean-am distclean-generic
645 dvi: dvi-am
647 dvi-am: $(DVIS)
649 html: html-am
651 html-am: $(HTMLS)
653 info: info-am
655 info-am: $(INFO_DEPS)
657 install-data-am: install-data-local install-info-am install-man
659 install-exec-am:
661 install-info: install-info-am
663 install-info-am: $(INFO_DEPS)
664 @$(NORMAL_INSTALL)
665 test -z "$(infodir)" || $(mkdir_p) "$(DESTDIR)$(infodir)"
666 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
667 list='$(INFO_DEPS)'; \
668 for file in $$list; do \
669 case $$file in \
670 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
671 esac; \
672 if test -f $$file; then d=.; else d=$(srcdir); fi; \
673 file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
674 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
675 $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
676 if test -f $$ifile; then \
677 relfile=`echo "$$ifile" | sed 's|^.*/||'`; \
678 echo " $(INSTALL_DATA) '$$ifile' '$(DESTDIR)$(infodir)/$$relfile'"; \
679 $(INSTALL_DATA) "$$ifile" "$(DESTDIR)$(infodir)/$$relfile"; \
680 else : ; fi; \
681 done; \
682 done
683 @$(POST_INSTALL)
684 @if (install-info --version && \
685 install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
686 list='$(INFO_DEPS)'; \
687 for file in $$list; do \
688 relfile=`echo "$$file" | sed 's|^.*/||'`; \
689 echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
690 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
691 done; \
692 else : ; fi
693 install-man: install-man1 install-man5
695 installcheck-am:
697 maintainer-clean: maintainer-clean-am
698 -rm -f Makefile
699 maintainer-clean-am: distclean-am maintainer-clean-1 \
700 maintainer-clean-aminfo maintainer-clean-generic \
701 maintainer-clean-vti
703 mostlyclean: mostlyclean-am
705 mostlyclean-am: mostlyclean-1 mostlyclean-aminfo mostlyclean-generic \
706 mostlyclean-vti
708 pdf: pdf-am
710 pdf-am: $(PDFS)
712 ps: ps-am
714 ps-am: $(PSS)
716 uninstall-am: uninstall-info-am uninstall-man
718 uninstall-man: uninstall-man1 uninstall-man5
720 .PHONY: all all-am check check-am clean clean-generic dist-info \
721 distclean distclean-generic distdir dvi dvi-am html html-am \
722 info info-am install install-am install-data install-data-am \
723 install-data-local install-exec install-exec-am install-info \
724 install-info-am install-man install-man1 install-man5 \
725 install-strip installcheck installcheck-am installdirs \
726 maintainer-clean maintainer-clean-1 maintainer-clean-aminfo \
727 maintainer-clean-generic maintainer-clean-vti mostlyclean \
728 mostlyclean-1 mostlyclean-aminfo mostlyclean-generic \
729 mostlyclean-vti pdf pdf-am ps ps-am uninstall uninstall-am \
730 uninstall-info-am uninstall-man uninstall-man1 uninstall-man5
733 @INSTALL_WARNINGS_TRUE@install-data-local:
734 @INSTALL_WARNINGS_TRUE@ @echo
735 @INSTALL_WARNINGS_TRUE@ @echo "WARNING: If your texmf tree does not already contain"
736 @INSTALL_WARNINGS_TRUE@ @echo " up-to-date versions, you must install"
737 @INSTALL_WARNINGS_TRUE@ @echo " texinfo.tex and txi-??.tex manually,"
738 @INSTALL_WARNINGS_TRUE@ @echo " perhaps in TEXMF/tex/texinfo/,"
739 @INSTALL_WARNINGS_TRUE@ @echo " where TEXMF is a root of your TeX tree."
740 @INSTALL_WARNINGS_TRUE@ @echo " See doc/README for some considerations."
741 @INSTALL_WARNINGS_TRUE@ @echo " You can run make TEXMF=/your/texmf install-tex to do this."
742 @INSTALL_WARNINGS_TRUE@ @echo
743 @INSTALL_WARNINGS_TRUE@ @echo " You may also need to install epsf.tex and (if you"
744 @INSTALL_WARNINGS_TRUE@ @echo " use pdftex) pdfcolor.tex in TEXMF/tex/generic/dvips"
745 @INSTALL_WARNINGS_TRUE@ @echo " and TEXMF/pdftex/plain/misc/pdfcolor.tex respectively,"
746 @INSTALL_WARNINGS_TRUE@ @echo " if your TeX installation did not include them."
747 install-tex:
748 test -n "$(TEXMF)" || (echo "TEXMF must be set." >&2; exit 1)
749 $(mkinstalldirs) $(DESTDIR)$(texmf_texinfo) $(DESTDIR)$(texmf_dvips) $(DESTDIR)$(texmf_pdftex_misc)
750 $(INSTALL_DATA) $(srcdir)/texinfo.tex $(DESTDIR)$(texmf_texinfo)/texinfo.tex
751 $(INSTALL_DATA) $(srcdir)/epsf.tex $(DESTDIR)$(texmf_dvips)/epsf.tex
752 $(INSTALL_DATA) $(srcdir)/pdfcolor.tex $(DESTDIR)$(texmf_pdftex_misc)/pdfcolor.tex
753 for f in $(TXI_XLATE); do \
754 $(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(texmf_texinfo)/$$f; done
755 @MAINTAINER_MODE_TRUE@info.1: $(top_srcdir)/info/info.c $(common_mandeps)
756 @MAINTAINER_MODE_TRUE@ $(HELP2MAN) --name="read Info documents" `basename $@ .1` >$@
757 @MAINTAINER_MODE_TRUE@infokey.1: $(top_srcdir)/info/infokey.c $(common_mandeps)
758 @MAINTAINER_MODE_TRUE@ $(HELP2MAN) --name="compile customizations for Info" `basename $@ .1` >$@
759 @MAINTAINER_MODE_TRUE@install-info.1: $(top_srcdir)/util/install-info.c $(common_mandeps)
760 @MAINTAINER_MODE_TRUE@ $(HELP2MAN) --name="update info/dir entries" `basename $@ .1` >$@
761 @MAINTAINER_MODE_TRUE@makeinfo.1: $(top_srcdir)/makeinfo/makeinfo.c $(common_mandeps)
762 @MAINTAINER_MODE_TRUE@ $(HELP2MAN) --name="translate Texinfo documents" `basename $@ .1` >$@
763 @MAINTAINER_MODE_TRUE@texi2dvi.1: $(top_srcdir)/util/texi2dvi $(common_mandeps)
764 @MAINTAINER_MODE_TRUE@ $(HELP2MAN) --name="print Texinfo documents" `basename $@ .1` >$@
765 @MAINTAINER_MODE_TRUE@texindex.1: $(top_srcdir)/util/texindex.c $(common_mandeps)
766 @MAINTAINER_MODE_TRUE@ $(HELP2MAN) --name="sort Texinfo index files" `basename $@ .1` >$@
768 # Do not create info files for distribution.
769 dist-info:
770 # Tell versions [3.59,3.63) of GNU make to not export all variables.
771 # Otherwise a system limit (for SysV at least) may be exceeded.
772 .NOEXPORT: