* debian.rules (debian): update debian revision to 10
[findutils.git] / doc / Makefile.in
blobfcaa8f04398538674b341aae804621d0a51ca42d
1 # Makefile.in generated automatically by automake from Makefile.am.
2 # Copyright (C) 1994 Free Software Foundation, Inc.
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2, or (at your option)
7 # any later version.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 SHELL = /bin/sh
20 srcdir = @srcdir@
21 top_srcdir = @top_srcdir@
22 VPATH = @srcdir@
23 prefix = @prefix@
24 exec_prefix = @exec_prefix@
26 bindir = $(exec_prefix)/bin
27 sbindir = $(exec_prefix)/sbin
28 libexecdir = $(exec_prefix)/libexec
29 datadir = $(prefix)/share
30 sysconfdir = $(prefix)/etc
31 sharedstatedir = $(prefix)/com
32 localstatedir = $(prefix)/var
33 libdir = $(exec_prefix)/lib
34 infodir = $(prefix)/info
35 mandir = $(prefix)/man
36 includedir = $(prefix)/include
37 oldincludedir = /usr/include
39 INSTALL = @INSTALL@
40 INSTALL_PROGRAM = @INSTALL_PROGRAM@
41 INSTALL_DATA = @INSTALL_DATA@
42 transform = @program_transform_name@
44 ALL = ${PROGRAMS} ${LIBPROGRAMS} ${SCRIPTS} ${LIBSCRIPTS} ${LIBFILES}
45 MAKEINFO = makeinfo
46 TEXI2DVI = texi2dvi
48 TEXFILES = *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.log *.pg *.toc *.tp *.vr
50 INFOS = find.info*
51 INFO_DEPS = find.info
52 DVIS = find.dvi
53 SOURCES =
54 DIST_CONF = Makefile.am Makefile.in
55 DIST_FILES = $(DIST_CONF) $(SOURCES) $(TEXINFOS) $(INFOS) $(MANS) $(DIST_OTHER)
57 TEXINFOS = find.texi
58 DIST_OTHER = perm.texi texinfo.tex
60 all:: ${ALL}
62 .SUFFIXES: .texi .info .dvi
64 .texi.info:
65 $(MAKEINFO) -I$(srcdir) $<
67 .texi.dvi:
68 TEXINPUTS=$(srcdir):$$TEXINPUTS $(TEXI2DVI) $<
70 info:: $(INFO_DEPS)
72 dvi:: $(DVIS)
74 install:: install-info
76 install-info: $(INFO_DEPS)
77 $(top_srcdir)/mkinstalldirs $(infodir)
78 cd $(srcdir); for file in *.info*; do \
79 $(INSTALL_DATA) $$file $(infodir)/$$file; \
80 done
82 uninstall:: uninstall-info
84 uninstall-info:
85 cd $(srcdir); for file in *.info*; do \
86 rm -f $(infodir)/$$file; \
87 done
89 mostlyclean:
90 rm -f *.o core
92 clean: mostlyclean
93 rm -f $(PROGRAMS) $(LIBPROGRAMS) $(LIBFILES) $(TEXFILES) $(CLEANFILES)
95 distclean: clean
96 rm -f Makefile *.tab.c $(DISTCLEANFILES)
97 rm -f config.cache config.log config.status ${CONFIG_HEADER} stamp-h
99 realclean: distclean
100 rm -f TAGS $(INFOS)
102 dist: $(DIST_FILES) $(DIST_DIRS)
103 -mkdir ../`cat ../distname`/$(subdir)
104 @for file in $(DIST_FILES); do \
105 echo linking $$file; \
106 ln $(srcdir)/$$file ../`cat ../distname`/$(subdir)/$$file || \
107 { echo copying $$file instead; cp -p $(srcdir)/$$file ../`cat ../distname`/$(subdir)/$$file;}; \
108 done
110 check dvi info install uninstall::
112 tags:: TAGS
114 TAGS::
115 cd $(srcdir); etags $(SOURCES)
117 # Tell versions [3.59,3.63) of GNU make to not export all variables.
118 # Otherwise a system limit (for SysV at least) may be exceeded.
119 .NOEXPORT:
121 find.info find.dvi: perm.texi