Minor.
[idzebra-moved-to-github.git] / doc / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13 # $Id: Makefile.in,v 1.1 2000-04-05 09:55:44 adam Exp $
14
15
16 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36
37 DESTDIR =
38
39 pkgdatadir = $(datadir)/@PACKAGE@
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
42
43 top_builddir = ..
44
45 ACLOCAL = @ACLOCAL@
46 AUTOCONF = @AUTOCONF@
47 AUTOMAKE = @AUTOMAKE@
48 AUTOHEADER = @AUTOHEADER@
49
50 INSTALL = @INSTALL@
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52 INSTALL_DATA = @INSTALL_DATA@
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 transform = @program_transform_name@
55
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 CC = @CC@
63 CPP = @CPP@
64 DEFS = @DEFS@
65 MAKEINFO = @MAKEINFO@
66 ODEFS = @ODEFS@
67 PACKAGE = @PACKAGE@
68 PROGPREFIX = @PROGPREFIX@
69 RANLIB = @RANLIB@
70 SUBLIBS = @SUBLIBS@
71 TCL_INCLUDE = @TCL_INCLUDE@
72 TCL_LIB = @TCL_LIB@
73 VERSION = @VERSION@
74 YAZINC = @YAZINC@
75 YAZLIB = @YAZLIB@
76 yazconfig = @yazconfig@
77
78 docdir = $(pkgdatadir)/doc
79
80 doc_data = zebra.sgml gils.sgml
81
82 EXTRA_DIST = zebra.sgml gils.sgml
83 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
84 CONFIG_CLEAN_FILES = 
85 DIST_COMMON =  README Makefile.am Makefile.in
86
87
88 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
89
90 TAR = gtar
91 GZIP_ENV = --best
92 all: all-redirect
93 .SUFFIXES:
94 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
95         cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile
96
97 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
98         cd $(top_builddir) \
99           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
100
101 tags: TAGS
102 TAGS:
103
104
105 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
106
107 subdir = doc
108
109 distdir: $(DISTFILES)
110         here=`cd $(top_builddir) && pwd`; \
111         top_distdir=`cd $(top_distdir) && pwd`; \
112         distdir=`cd $(distdir) && pwd`; \
113         cd $(top_srcdir) \
114           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu doc/Makefile
115         @for file in $(DISTFILES); do \
116           d=$(srcdir); \
117           if test -d $$d/$$file; then \
118             cp -pr $$/$$file $(distdir)/$$file; \
119           else \
120             test -f $(distdir)/$$file \
121             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
122             || cp -p $$d/$$file $(distdir)/$$file || :; \
123           fi; \
124         done
125 info-am:
126 info: info-am
127 dvi-am:
128 dvi: dvi-am
129 check-am: all-am
130 check: check-am
131 installcheck-am:
132 installcheck: installcheck-am
133 install-exec-am:
134 install-exec: install-exec-am
135
136 install-data-am:
137 install-data: install-data-am
138
139 install-am: all-am
140         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
141 install: install-am
142 uninstall-am:
143 uninstall: uninstall-am
144 all-am: Makefile
145 all-redirect: all-am
146 install-strip:
147         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
148 installdirs:
149
150
151 mostlyclean-generic:
152
153 clean-generic:
154
155 distclean-generic:
156         -rm -f Makefile $(CONFIG_CLEAN_FILES)
157         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
158
159 maintainer-clean-generic:
160 mostlyclean-am:  mostlyclean-generic
161
162 mostlyclean: mostlyclean-am
163
164 clean-am:  clean-generic mostlyclean-am
165
166 clean: clean-am
167
168 distclean-am:  distclean-generic clean-am
169
170 distclean: distclean-am
171
172 maintainer-clean-am:  maintainer-clean-generic distclean-am
173         @echo "This command is intended for maintainers to use;"
174         @echo "it deletes files that may require special tools to rebuild."
175
176 maintainer-clean: maintainer-clean-am
177
178 .PHONY: tags distdir info-am info dvi-am dvi check check-am \
179 installcheck-am installcheck install-exec-am install-exec \
180 install-data-am install-data install-am install uninstall-am uninstall \
181 all-redirect all-am all installdirs mostlyclean-generic \
182 distclean-generic clean-generic maintainer-clean-generic clean \
183 mostlyclean distclean maintainer-clean
184
185
186 zebra.txt: zebra.sgml
187         sgml2txt -f zebra.sgml
188
189 zebra.ps: zebra.sgml
190         sgml2latex -o ps -p a4 zebra.sgml
191
192 zebra.html: zebra.sgml
193         sgml2html zebra.sgml
194
195 gils.txt: gils.sgml
196         sgml2txt -f gils.sgml
197
198 gils.ps: gils.sgml
199         sgml2latex -o ps -p a4 gils.sgml
200
201 gils.html: gils.sgml
202         sgml2html gils.sgml
203
204 clean-hook:
205         rm -f [0-9]* *.bak
206
207 # Tell versions [3.59,3.63) of GNU make to not export all variables.
208 # Otherwise a system limit (for SysV at least) may be exceeded.
209 .NOEXPORT: