--- a/doc/Makefile.in Sun Jan 20 00:12:17 2008 +0100
+++ b/doc/Makefile.in Sun Jan 20 00:22:09 2008 +0100
@@ -1,6 +1,6 @@
-# Makefile.in generated automatically by automake 1.4a from Makefile.am
+# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
-# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -46,10 +46,9 @@
AUTOHEADER = @AUTOHEADER@
INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_FLAG =
transform = @program_transform_name@
NORMAL_INSTALL = :
@@ -58,12 +57,15 @@
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
+host_alias = @host_alias@
+host_triplet = @host@
CC = @CC@
-CDBPROGS = @CDBPROGS@
-CDBSCRIPTS = @CDBSCRIPTS@
CXX = @CXX@
+HAVE_LIB = @HAVE_LIB@
HTML2TXT = @HTML2TXT@
+LIB = @LIB@
LN = @LN@
+LTLIB = @LTLIB@
LYNX = @LYNX@
MAKEINFO = @MAKEINFO@
MKDIR = @MKDIR@
@@ -82,25 +84,26 @@
pythonlibdir = @pythonlibdir@
man_MANS = vmailmgr.7
-noinst_SGMLS = FAQ.sgml HOWTO.sgml
-noinst_TEXINFOS = configuration.texi vmailmgr-cgi.texi
+noinst_TEXINFOS = FAQ.texi HOWTO.texi configuration.texi vmailmgr-cgi.texi
noinst_HTMLS = vmailmgr.html HOWTO.html FAQ.html NEWS.html configuration.html ChangeLog.html vmailmgr-cgi.html
noinst_TXTS = HOWTO.txt FAQ.txt configuration.txt vmailmgr-cgi.txt protocol.txt record-format.txt
noinst_PODS = vmailmgr.pod
-noinst_MISC = translation.ps
-EXTRA_DIST = ChangeLog-pre-vmailmgr ChangeLog-pre-0.70 changelog2html.pl news2html.pl YEAR2000 translation.fig translation.ps $(man_MANS) $(noinst_PODS) $(noinst_SGMLS) $(noinst_TEXINFOS) $(noinst_HTMLS) $(noinst_TXTS)
+noinst_MISC = FAQ.info FAQ.pdf HOWTO.info HOWTO.pdf configuration.info translation.pdf translation.ps
-CLEANFILES = $(noinst_HTMLS) $(man_MANS) HOWTO.txt FAQ.txt configuration.txt vmailmgr-cgi.txt
+EXTRA_DIST = ChangeLog-pre-vmailmgr ChangeLog-pre-0.70 changelog2html.pl news2html.pl YEAR2000 translation.fig $(man_MANS) $(noinst_PODS) $(noinst_TEXINFOS) $(noinst_HTMLS) $(noinst_MISC) $(noinst_TXTS)
+
+CLEANFILES = $(noinst_HTMLS) $(man_MANS) $(noinst_MISC) HOWTO.txt FAQ.txt configuration.txt vmailmgr-cgi.txt pod2htmd.tmp pod2htmi.tmp
TEXI2HTML = texi2html -monolithic -number
CL2HTML = perl changelog2html.pl
NEWS2HTML = perl news2html.pl
+FIG2PDF = fig2dev -L pdf -c
FIG2PS = fig2dev -L ps -c
-SGML2HTML = sgml2html --split=0
-SGML2TXT = sgml2txt
+TEXI2PDF = texi2pdf --clean --quiet
+TEXI2INFO = makeinfo --no-split --number-sections
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES =
@@ -113,7 +116,7 @@
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-TAR = gtar
+TAR = tar
GZIP_ENV = --best
all: all-redirect
.SUFFIXES:
@@ -206,7 +209,7 @@
all-am: Makefile $(MANS)
all-redirect: all-am
install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
installdirs:
$(mkinstalldirs) $(DESTDIR)$(mandir)/man7
@@ -247,7 +250,7 @@
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
-all: $(noinst_HTMLS) $(noinst_TXTS) $(noinst_MISC)
+all: $(noinst_HTMLS) $(noinst_PDFS) $(noinst_TXTS) $(noinst_MISC)
dist-hook:
touch $(distdir)/*.html
@@ -264,12 +267,13 @@
%.5: %.pod ../configure.in; $(POD2MAN) --section=5 $< >$@
%.7: %.pod ../configure.in; $(POD2MAN) --section=7 $< >$@
%.8: %.pod ../configure.in; $(POD2MAN) --section=8 $< >$@
-%.html: %.sgml; $(SGML2HTML) $<
-%.txt: %.sgml; $(SGML2TXT) $<
%.html: %.pod; $(POD2HTML) $< >$@
%.html: %.texi; $(TEXI2HTML) $< >$@
%.txt: %.html; $(HTML2TXT) $< >$@
+%.pdf: %.texi; $(TEXI2PDF) $<
+%.info: %.texi; $(TEXI2INFO) $<
+%.pdf: %.fig ../configure.in; $(FIG2PDF) $< $@
%.ps: %.fig ../configure.in; $(FIG2PS) $< $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.