ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/doc/Makefile.in
(Generate patch)

Comparing gvpe/doc/Makefile.in (file contents):
Revision 1.8 by pcg, Sun May 30 17:52:32 2004 UTC vs.
Revision 1.14 by pcg, Thu Mar 29 17:35:20 2007 UTC

65ECHO_N = @ECHO_N@ 65ECHO_N = @ECHO_N@
66ECHO_T = @ECHO_T@ 66ECHO_T = @ECHO_T@
67EGREP = @EGREP@ 67EGREP = @EGREP@
68EXEEXT = @EXEEXT@ 68EXEEXT = @EXEEXT@
69GMSGFMT = @GMSGFMT@ 69GMSGFMT = @GMSGFMT@
70GREP = @GREP@
70HAVE_TUNTAP = @HAVE_TUNTAP@ 71HAVE_TUNTAP = @HAVE_TUNTAP@
71IFSUBTYPE = @IFSUBTYPE@ 72IFSUBTYPE = @IFSUBTYPE@
72IFTYPE = @IFTYPE@ 73IFTYPE = @IFTYPE@
73INCLUDES = @INCLUDES@ 74INCLUDES = @INCLUDES@
74INSTALL_DATA = @INSTALL_DATA@ 75INSTALL_DATA = @INSTALL_DATA@
112USE_NLS = @USE_NLS@ 113USE_NLS = @USE_NLS@
113VERSION = @VERSION@ 114VERSION = @VERSION@
114XGETTEXT = @XGETTEXT@ 115XGETTEXT = @XGETTEXT@
115ac_ct_CC = @ac_ct_CC@ 116ac_ct_CC = @ac_ct_CC@
116ac_ct_CXX = @ac_ct_CXX@ 117ac_ct_CXX = @ac_ct_CXX@
117ac_ct_RANLIB = @ac_ct_RANLIB@
118ac_ct_STRIP = @ac_ct_STRIP@
119am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 118am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
120am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 119am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
121am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 120am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
122am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 121am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
123am__include = @am__include@ 122am__include = @am__include@
128build_alias = @build_alias@ 127build_alias = @build_alias@
129build_cpu = @build_cpu@ 128build_cpu = @build_cpu@
130build_os = @build_os@ 129build_os = @build_os@
131build_vendor = @build_vendor@ 130build_vendor = @build_vendor@
132datadir = @datadir@ 131datadir = @datadir@
132datarootdir = @datarootdir@
133docdir = @docdir@
134dvidir = @dvidir@
133exec_prefix = @exec_prefix@ 135exec_prefix = @exec_prefix@
134host = @host@ 136host = @host@
135host_alias = @host_alias@ 137host_alias = @host_alias@
136host_cpu = @host_cpu@ 138host_cpu = @host_cpu@
137host_os = @host_os@ 139host_os = @host_os@
138host_vendor = @host_vendor@ 140host_vendor = @host_vendor@
141htmldir = @htmldir@
139includedir = @includedir@ 142includedir = @includedir@
140infodir = @infodir@ 143infodir = @infodir@
141install_sh = @install_sh@ 144install_sh = @install_sh@
142libdir = @libdir@ 145libdir = @libdir@
143libexecdir = @libexecdir@ 146libexecdir = @libexecdir@
147localedir = @localedir@
144localstatedir = @localstatedir@ 148localstatedir = @localstatedir@
145mandir = @mandir@ 149mandir = @mandir@
146oldincludedir = @oldincludedir@ 150oldincludedir = @oldincludedir@
151pdfdir = @pdfdir@
147prefix = @prefix@ 152prefix = @prefix@
148program_transform_name = @program_transform_name@ 153program_transform_name = @program_transform_name@
154psdir = @psdir@
149sbindir = @sbindir@ 155sbindir = @sbindir@
150sharedstatedir = @sharedstatedir@ 156sharedstatedir = @sharedstatedir@
151sysconfdir = @sysconfdir@ 157sysconfdir = @sysconfdir@
152target = @target@ 158target = @target@
153target_alias = @target_alias@ 159target_alias = @target_alias@
154target_cpu = @target_cpu@ 160target_cpu = @target_cpu@
155target_os = @target_os@ 161target_os = @target_os@
156target_vendor = @target_vendor@ 162target_vendor = @target_vendor@
157 163
158# commented out, no use to distribute yet
159info_TEXINFOS = vpe.texi 164info_TEXINFOS = gvpe.texi
160 165
161man_MANS = vpe.5 vped.8 vpectrl.8 vped.conf.5 vpe.protocol.7 vpe.osdep.5 166man_MANS = gvpe.5 gvpe.8 gvpectrl.8 gvpe.conf.5 gvpe.protocol.7 gvpe.osdep.5
162 167
163PERL = @PERL@ 168PERL = @PERL@
164MAINTAINERCLEANFILES = vpe.texi vpe.5 vped.8 vpectrl.8 vped.conf.5 vpe.protocol.7 vpe.osdep.5 169MAINTAINERCLEANFILES = gvpe.texi gvpe.5 gvpe.8 gvpectrl.8 gvpe.conf.5 gvpe.protocol.7 gvpe.osdep.5
165 170
166EXTRA_DIST = $(man_MANS) vpe.texi \ 171EXTRA_DIST = $(man_MANS) gvpe.texi \
167 Makefile.maint GNUmakefile Makefile.summ \ 172 Makefile.maint pod2texi \
168 vpe.texi.in vpe.5.pod vped.8.pod vpectrl.8.pod vped.conf.5.pod vpe.protocol.7.pod vpe.osdep.5.pod \ 173 gvpe.texi.pod gvpe.5.pod gvpe.8.pod gvpectrl.8.pod gvpe.conf.5.pod gvpe.protocol.7.pod gvpe.osdep.5.pod \
169 complex-example/README complex-example/if-up complex-example/node-up complex-example/vped.conf 174 complex-example/README complex-example/if-up complex-example/node-up complex-example/gvpe.conf
170 175
171subdir = doc 176subdir = doc
172ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 177ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
173mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 178mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
174CONFIG_HEADER = $(top_builddir)/config.h 179CONFIG_HEADER = $(top_builddir)/config.h
175CONFIG_CLEAN_FILES = 180CONFIG_CLEAN_FILES =
176DIST_SOURCES = 181DIST_SOURCES =
177am__TEXINFO_TEX_DIR = $(srcdir) 182am__TEXINFO_TEX_DIR = $(srcdir)
178INFO_DEPS = vpe.info 183INFO_DEPS = gvpe.info
179DVIS = vpe.dvi 184DVIS = gvpe.dvi
180PDFS = vpe.pdf 185PDFS = gvpe.pdf
181PSS = vpe.ps 186PSS = gvpe.ps
182TEXINFOS = vpe.texi 187TEXINFOS = gvpe.texi
183 188
184NROFF = nroff 189NROFF = nroff
185MANS = $(man_MANS) 190MANS = $(man_MANS)
186DIST_COMMON = $(srcdir)/Makefile.in Makefile.am texinfo.tex 191DIST_COMMON = $(srcdir)/Makefile.in Makefile.am texinfo.tex
187all: all-am 192all: all-am
206 211
207.texi.pdf: 212.texi.pdf:
208 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ 213 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
209 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ 214 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
210 $(TEXI2PDF) `test -f '$<' || echo '$(srcdir)/'`$< 215 $(TEXI2PDF) `test -f '$<' || echo '$(srcdir)/'`$<
211vpe.info: vpe.texi 216gvpe.info: gvpe.texi
212vpe.dvi: vpe.texi 217gvpe.dvi: gvpe.texi
213vpe.pdf: vpe.texi 218gvpe.pdf: gvpe.texi
214TEXI2DVI = texi2dvi 219TEXI2DVI = texi2dvi
215 220
216TEXI2PDF = $(TEXI2DVI) --pdf --batch 221TEXI2PDF = $(TEXI2DVI) --pdf --batch
217DVIPS = dvips 222DVIPS = dvips
218.dvi.ps: 223.dvi.ps:
250 cp -p $$file $(distdir)/$$relfile; \ 255 cp -p $$file $(distdir)/$$relfile; \
251 done; \ 256 done; \
252 done 257 done
253 258
254mostlyclean-aminfo: 259mostlyclean-aminfo:
255 -rm -f vpe.aux vpe.cp vpe.cps vpe.fn vpe.fns vpe.ky vpe.kys vpe.log vpe.pg \ 260 -rm -f gvpe.aux gvpe.cp gvpe.cps gvpe.fn gvpe.fns gvpe.ky gvpe.kys gvpe.log \
256 vpe.pgs vpe.tmp vpe.toc vpe.tp vpe.tps vpe.vr vpe.vrs vpe.dvi \ 261 gvpe.pg gvpe.pgs gvpe.tmp gvpe.toc gvpe.tp gvpe.tps gvpe.vr \
257 vpe.pdf vpe.ps 262 gvpe.vrs gvpe.dvi gvpe.pdf gvpe.ps
258 263
259maintainer-clean-aminfo: 264maintainer-clean-aminfo:
260 @list='$(INFO_DEPS)'; for i in $$list; do \ 265 @list='$(INFO_DEPS)'; for i in $$list; do \
261 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \ 266 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
262 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \ 267 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines