Using a4 instead of letter for postscript.
[yaz-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
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AS = @AS@
63 ASNMODULE = @ASNMODULE@
64 CC = @CC@
65 CPP = @CPP@
66 DLLTOOL = @DLLTOOL@
67 ILLLIB = @ILLLIB@
68 ILLMODULE = @ILLMODULE@
69 LD = @LD@
70 LIBTOOL = @LIBTOOL@
71 LN_S = @LN_S@
72 MAKEINFO = @MAKEINFO@
73 NM = @NM@
74 OBJDUMP = @OBJDUMP@
75 PACKAGE = @PACKAGE@
76 RANLIB = @RANLIB@
77 READLINE_LIBS = @READLINE_LIBS@
78 SUBDIRS_VAR = @SUBDIRS_VAR@
79 VERSION = @VERSION@
80
81 docdir = $(pkgdatadir)/doc
82
83 doc_DATA = yaz.sgml profiles.sgml  yaz.txt yaz.ps profiles.txt profiles.ps yaz.html  yaz-1.html yaz-2.html yaz-3.html yaz-4.html yaz-5.html  yaz-6.html yaz-7.html yaz-8.html yaz-9.html
84
85
86 EXTRA_DIST = yaz.sgml profiles.sgml  yaz.txt yaz.ps profiles.txt profiles.ps yaz.html  yaz-1.html yaz-2.html yaz-3.html yaz-4.html yaz-5.html  yaz-6.html yaz-7.html yaz-8.html yaz-9.html
87
88 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
89 CONFIG_CLEAN_FILES = 
90 DATA =  $(doc_DATA)
91
92 DIST_COMMON =  Makefile.am Makefile.in
93
94
95 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
96
97 TAR = gtar
98 GZIP_ENV = --best
99 all: all-redirect
100 .SUFFIXES:
101 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
102         cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile
103
104 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
105         cd $(top_builddir) \
106           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
107
108
109 install-docDATA: $(doc_DATA)
110         @$(NORMAL_INSTALL)
111         $(mkinstalldirs) $(DESTDIR)$(docdir)
112         @list='$(doc_DATA)'; for p in $$list; do \
113           if test -f $(srcdir)/$$p; then \
114             echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p"; \
115             $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p; \
116           else if test -f $$p; then \
117             echo " $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p"; \
118             $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p; \
119           fi; fi; \
120         done
121
122 uninstall-docDATA:
123         @$(NORMAL_UNINSTALL)
124         list='$(doc_DATA)'; for p in $$list; do \
125           rm -f $(DESTDIR)$(docdir)/$$p; \
126         done
127 tags: TAGS
128 TAGS:
129
130
131 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
132
133 subdir = doc
134
135 distdir: $(DISTFILES)
136         here=`cd $(top_builddir) && pwd`; \
137         top_distdir=`cd $(top_distdir) && pwd`; \
138         distdir=`cd $(distdir) && pwd`; \
139         cd $(top_srcdir) \
140           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu doc/Makefile
141         @for file in $(DISTFILES); do \
142           d=$(srcdir); \
143           if test -d $$d/$$file; then \
144             cp -pr $$/$$file $(distdir)/$$file; \
145           else \
146             test -f $(distdir)/$$file \
147             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
148             || cp -p $$d/$$file $(distdir)/$$file || :; \
149           fi; \
150         done
151 info-am:
152 info: info-am
153 dvi-am:
154 dvi: dvi-am
155 check-am: all-am
156 check: check-am
157 installcheck-am:
158 installcheck: installcheck-am
159 install-exec-am:
160 install-exec: install-exec-am
161
162 install-data-am: install-docDATA
163 install-data: install-data-am
164
165 install-am: all-am
166         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
167 install: install-am
168 uninstall-am: uninstall-docDATA
169 uninstall: uninstall-am
170 all-am: Makefile $(DATA)
171 all-redirect: all-am
172 install-strip:
173         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
174 installdirs:
175         $(mkinstalldirs)  $(DESTDIR)$(docdir)
176
177
178 mostlyclean-generic:
179
180 clean-generic:
181
182 distclean-generic:
183         -rm -f Makefile $(CONFIG_CLEAN_FILES)
184         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
185
186 maintainer-clean-generic:
187 mostlyclean-am:  mostlyclean-generic
188
189 mostlyclean: mostlyclean-am
190
191 clean-am:  clean-generic mostlyclean-am
192
193 clean: clean-am
194
195 distclean-am:  distclean-generic clean-am
196         -rm -f libtool
197
198 distclean: distclean-am
199
200 maintainer-clean-am:  maintainer-clean-generic distclean-am
201         @echo "This command is intended for maintainers to use;"
202         @echo "it deletes files that may require special tools to rebuild."
203
204 maintainer-clean: maintainer-clean-am
205
206 .PHONY: uninstall-docDATA install-docDATA tags distdir info-am info \
207 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
208 install-exec install-data-am install-data install-am install \
209 uninstall-am uninstall all-redirect all-am all installdirs \
210 mostlyclean-generic distclean-generic clean-generic \
211 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
212
213
214 yaz.txt: yaz.sgml
215         sgml2txt -f yaz.sgml
216
217 yaz.ps: yaz.sgml
218         sgml2latex -p a4 -o ps yaz.sgml
219
220 profiles.txt: profiles.sgml
221         sgml2txt -f profiles.sgml
222
223 profiles.ps: profiles.sgml
224         sgml2latex -p a4 -o ps profiles.sgml
225
226 yaz.html: yaz.sgml
227         sgml2html yaz.sgml
228
229 # Tell versions [3.59,3.63) of GNU make to not export all variables.
230 # Otherwise a system limit (for SysV at least) may be exceeded.
231 .NOEXPORT: