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.12 by pcg, Fri Feb 25 00:45:21 2005 UTC vs.
Revision 1.16 by pcg, Wed Aug 27 22:14:02 2008 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@
161 167
162PERL = @PERL@ 168PERL = @PERL@
163MAINTAINERCLEANFILES = gvpe.texi gvpe.5 gvpe.8 gvpectrl.8 gvpe.conf.5 gvpe.protocol.7 gvpe.osdep.5 169MAINTAINERCLEANFILES = gvpe.texi gvpe.5 gvpe.8 gvpectrl.8 gvpe.conf.5 gvpe.protocol.7 gvpe.osdep.5
164 170
165EXTRA_DIST = $(man_MANS) gvpe.texi \ 171EXTRA_DIST = $(man_MANS) gvpe.texi \
166 Makefile.maint \ 172 Makefile.maint pod2texi \
167 gvpe.texi.pod gvpe.5.pod gvpe.8.pod gvpectrl.8.pod gvpe.conf.5.pod gvpe.protocol.7.pod gvpe.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 \
168 complex-example/README complex-example/if-up complex-example/node-up complex-example/gvpe.conf 174 complex-example/README complex-example/if-up complex-example/node-up complex-example/gvpe.conf
169 175
170subdir = doc 176subdir = doc
171ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 177ACLOCAL_M4 = $(top_srcdir)/aclocal.m4

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines