From 90042ce898b3acd4390baea58716362714e7edcb Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 27 May 2003 01:50:41 +0000 Subject: [PATCH] Fix PDF build --- docs/docbook/configure | 72 +++++++++++++++++++++++++ docs/docbook/global.ent | 1 - docs/docbook/projdoc/AccessControls.xml | 3 ++ docs/docbook/projdoc/CUPS-printing.xml | 2 +- docs/docbook/projdoc/DOMAIN_MEMBER.xml | 9 ++-- docs/docbook/projdoc/IntroSMB.xml | 2 +- 6 files changed, 83 insertions(+), 6 deletions(-) diff --git a/docs/docbook/configure b/docs/docbook/configure index f668d8c2b6d..d2f8c5b7e4b 100755 --- a/docs/docbook/configure +++ b/docs/docbook/configure @@ -634,6 +634,76 @@ else echo "$ac_t""no" 1>&6 fi +# Extract the first word of "latex", so it can be a program name with args. +set dummy latex; ac_word=$2 +echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +echo "configure:641: checking for $ac_word" >&5 +if eval "test \"`echo '$''{'ac_cv_path_LATEX'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +else + case "$LATEX" in + /*) + ac_cv_path_LATEX="$LATEX" # Let the user override the test with a path. + ;; + ?:/*) + ac_cv_path_LATEX="$LATEX" # Let the user override the test with a dos path. + ;; + *) + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" + ac_dummy="$PATH" + for ac_dir in $ac_dummy; do + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$ac_word; then + ac_cv_path_LATEX="$ac_dir/$ac_word" + break + fi + done + IFS="$ac_save_ifs" + ;; +esac +fi +LATEX="$ac_cv_path_LATEX" +if test -n "$LATEX"; then + echo "$ac_t""$LATEX" 1>&6 +else + echo "$ac_t""no" 1>&6 +fi + +# Extract the first word of "dvips", so it can be a program name with args. +set dummy dvips; ac_word=$2 +echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +echo "configure:676: checking for $ac_word" >&5 +if eval "test \"`echo '$''{'ac_cv_path_DVIPS'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +else + case "$DVIPS" in + /*) + ac_cv_path_DVIPS="$DVIPS" # Let the user override the test with a path. + ;; + ?:/*) + ac_cv_path_DVIPS="$DVIPS" # Let the user override the test with a dos path. + ;; + *) + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" + ac_dummy="$PATH" + for ac_dir in $ac_dummy; do + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$ac_word; then + ac_cv_path_DVIPS="$ac_dir/$ac_word" + break + fi + done + IFS="$ac_save_ifs" + ;; +esac +fi +DVIPS="$ac_cv_path_DVIPS" +if test -n "$DVIPS"; then + echo "$ac_t""$DVIPS" 1>&6 +else + echo "$ac_t""no" 1>&6 +fi + DOC_BUILD_DATE=`date '+%d-%m-%Y'` @@ -785,6 +855,8 @@ s%@mandir@%$mandir%g s%@XSLTPROC@%$XSLTPROC%g s%@PDFLATEX@%$PDFLATEX%g s%@XMLTO@%$XMLTO%g +s%@LATEX@%$LATEX%g +s%@DVIPS@%$DVIPS%g s%@DOC_BUILD_DATE@%$DOC_BUILD_DATE%g CEOF diff --git a/docs/docbook/global.ent b/docs/docbook/global.ent index 69924d7c94e..d1bbf522dc4 100644 --- a/docs/docbook/global.ent +++ b/docs/docbook/global.ent @@ -503,5 +503,4 @@ an Active Directory environment. Currently NOT implemented."> -NOT"> root# "> diff --git a/docs/docbook/projdoc/AccessControls.xml b/docs/docbook/projdoc/AccessControls.xml index 6a56705a54e..74269616aaf 100644 --- a/docs/docbook/projdoc/AccessControls.xml +++ b/docs/docbook/projdoc/AccessControls.xml @@ -247,6 +247,8 @@ at how Samba helps to bridge the differences. There are three basic operations for managing directories, create, delete, rename. + Managing directories with unix and windows + ActionMS Windows CommandUnix Command @@ -256,6 +258,7 @@ at how Samba helps to bridge the differences. deleterd folderrmdir folderrenamerename oldname newnamemv oldname newname +
diff --git a/docs/docbook/projdoc/CUPS-printing.xml b/docs/docbook/projdoc/CUPS-printing.xml index 5c325c480f6..25d1ac6139c 100644 --- a/docs/docbook/projdoc/CUPS-printing.xml +++ b/docs/docbook/projdoc/CUPS-printing.xml @@ -361,7 +361,7 @@ spooler can do: printfiles from all client platforms in a uniform way; act as a central accounting and billing server, as all files are passed through the pstops Filter and are therefor logged in - the CUPS page_log. - NOTE: this + the CUPS page_log. - NOTE: this can not happen with "raw" print jobs, which always remain unfiltered per definition; enable clients to consolidate on a single PostScript driver, even for diff --git a/docs/docbook/projdoc/DOMAIN_MEMBER.xml b/docs/docbook/projdoc/DOMAIN_MEMBER.xml index bb8e95b8a97..83e33df9eed 100644 --- a/docs/docbook/projdoc/DOMAIN_MEMBER.xml +++ b/docs/docbook/projdoc/DOMAIN_MEMBER.xml @@ -453,13 +453,16 @@ to be fully trusted by it. Joining an NT4 type Domain with Samba-3 -Assumptions: - +
Assumptions + + NetBIOS name:SERV1Win2K/NT domain name:DOMDomain's PDC NetBIOS name:DOMPDCDomain's BDC NetBIOS names:DOMBDC1 and DOMBDC2 -
+ + +
diff --git a/docs/docbook/projdoc/IntroSMB.xml b/docs/docbook/projdoc/IntroSMB.xml index 38e40ae2395..d5ce43fbdf2 100644 --- a/docs/docbook/projdoc/IntroSMB.xml +++ b/docs/docbook/projdoc/IntroSMB.xml @@ -288,7 +288,7 @@ in case anyone asks. -This chapter is Copyright © 2003 David Lechnyr (david at lechnyr dot com). +This chapter is Copyright 2003 David Lechnyr (david at lechnyr dot com). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation. A copy of the license is available at http://www.gnu.org/licenses/fdl.txt. -- 2.34.1