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.9 by pcg, Fri Jun 11 15:56:11 2004 UTC

153target_alias = @target_alias@ 153target_alias = @target_alias@
154target_cpu = @target_cpu@ 154target_cpu = @target_cpu@
155target_os = @target_os@ 155target_os = @target_os@
156target_vendor = @target_vendor@ 156target_vendor = @target_vendor@
157 157
158# commented out, no use to distribute yet
159info_TEXINFOS = vpe.texi 158info_TEXINFOS = gvpe.texi
160 159
161man_MANS = vpe.5 vped.8 vpectrl.8 vped.conf.5 vpe.protocol.7 vpe.osdep.5 160man_MANS = gvpe.5 gvpe.8 gvpectrl.8 gvpe.conf.5 gvpe.protocol.7 gvpe.osdep.5
162 161
163PERL = @PERL@ 162PERL = @PERL@
164MAINTAINERCLEANFILES = vpe.texi vpe.5 vped.8 vpectrl.8 vped.conf.5 vpe.protocol.7 vpe.osdep.5 163MAINTAINERCLEANFILES = gvpe.texi gvpe.5 gvpe.8 gvpectrl.8 gvpe.conf.5 gvpe.protocol.7 gvpe.osdep.5
165 164
166EXTRA_DIST = $(man_MANS) vpe.texi \ 165EXTRA_DIST = $(man_MANS) gvpe.texi \
167 Makefile.maint GNUmakefile Makefile.summ \ 166 Makefile.maint GNUmakefile Makefile.summ \
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 \ 167 gvpe.texi.in 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 168 complex-example/README complex-example/if-up complex-example/node-up complex-example/gvpe.conf
170 169
171subdir = doc 170subdir = doc
172ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 171ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
173mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 172mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
174CONFIG_HEADER = $(top_builddir)/config.h 173CONFIG_HEADER = $(top_builddir)/config.h
175CONFIG_CLEAN_FILES = 174CONFIG_CLEAN_FILES =
176DIST_SOURCES = 175DIST_SOURCES =
177am__TEXINFO_TEX_DIR = $(srcdir) 176am__TEXINFO_TEX_DIR = $(srcdir)
178INFO_DEPS = vpe.info 177INFO_DEPS = vpe.info
179DVIS = vpe.dvi 178DVIS = gvpe.dvi
180PDFS = vpe.pdf 179PDFS = gvpe.pdf
181PSS = vpe.ps 180PSS = gvpe.ps
182TEXINFOS = vpe.texi 181TEXINFOS = gvpe.texi
183 182
184NROFF = nroff 183NROFF = nroff
185MANS = $(man_MANS) 184MANS = $(man_MANS)
186DIST_COMMON = $(srcdir)/Makefile.in Makefile.am texinfo.tex 185DIST_COMMON = $(srcdir)/Makefile.in Makefile.am texinfo.tex
187all: all-am 186all: all-am
206 205
207.texi.pdf: 206.texi.pdf:
208 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ 207 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
209 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ 208 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
210 $(TEXI2PDF) `test -f '$<' || echo '$(srcdir)/'`$< 209 $(TEXI2PDF) `test -f '$<' || echo '$(srcdir)/'`$<
211vpe.info: vpe.texi 210vpe.info: gvpe.texi
212vpe.dvi: vpe.texi 211vpe.dvi: gvpe.texi
213vpe.pdf: vpe.texi 212vpe.pdf: gvpe.texi
214TEXI2DVI = texi2dvi 213TEXI2DVI = texi2dvi
215 214
216TEXI2PDF = $(TEXI2DVI) --pdf --batch 215TEXI2PDF = $(TEXI2DVI) --pdf --batch
217DVIPS = dvips 216DVIPS = dvips
218.dvi.ps: 217.dvi.ps:
250 cp -p $$file $(distdir)/$$relfile; \ 249 cp -p $$file $(distdir)/$$relfile; \
251 done; \ 250 done; \
252 done 251 done
253 252
254mostlyclean-aminfo: 253mostlyclean-aminfo:
255 -rm -f vpe.aux vpe.cp vpe.cps vpe.fn vpe.fns vpe.ky vpe.kys vpe.log vpe.pg \ 254 -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 \ 255 gvpe.pg gvpe.pgs gvpe.tmp gvpe.toc gvpe.tp gvpe.tps gvpe.vr \
257 vpe.pdf vpe.ps 256 gvpe.vrs vpe.dvi vpe.pdf vpe.ps
258 257
259maintainer-clean-aminfo: 258maintainer-clean-aminfo:
260 @list='$(INFO_DEPS)'; for i in $$list; do \ 259 @list='$(INFO_DEPS)'; for i in $$list; do \
261 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \ 260 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]"; \ 261 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