Update.
authoryamaoka <yamaoka>
Thu, 8 Dec 2005 09:08:27 +0000 (09:08 +0000)
committeryamaoka <yamaoka>
Thu, 8 Dec 2005 09:08:27 +0000 (09:08 +0000)
ChangeLog
README.ja
configure

index a157b4b..ee3204d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * Makefile.in, configure.ac: Support making of PDF and PS files.
+
 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-faq-ja.texi: Fix translations.
index 323083f..494d52c 100644 (file)
--- a/README.ja
+++ b/README.ja
@@ -29,6 +29,22 @@ Emacs \e$B$K4^$^$l$F$$$k$b$N$G$O$J$/!"\e(BGnus \e$B%?%o!<$+$i%j%j!<%9$5$l$kHG$KBP\e(
 \e$B%j%j!<%9$5$l$?\e(B Gnus \e$B$N\e(B tarball \e$B$G$"$k\e(B xgnus-m.n.tar.gz \e$B$KBP1~$9$k\e(B Info
 \e$B%^%K%e%"%k$NF|K\8lHG$N\e(B tarball \e$B$O\e(B xgnus-m.n-doc-ja.tar.gz \e$B$G$9!#\e(B
 
+\e$B0u:~\e(B
+====
+PDF \e$B$d\e(B PS \e$B%U%!%$%k$r:n$k$3$H$,$G$-$^$9!#$?$@$7\e(B dvipdfmx, jbibtex,
+pdvips, ptex, texi2dvi \e$B$N3F%3%^%s%I$r;H$&$3$H$,$G$-$k4D6-$,@0Hw$5$l$F\e(B
+\e$B$$$J$1$l$P$J$j$^$;$s!#\e(Bconfigure \e$B$r<B9T$7$?8e$G!"0J2<$r<B9T$7$F2<$5$$!#\e(B
+
+% make pdf
+
+\e$B$^$?$O\e(B
+
+% make ps
+
+\e$B:n@.:Q$_$N%U%!%$%k$,!"0J2<$N>l=j$K$"$j$^$9!#\e(B
+
+(\e$B$I$3$+\e(B)
+
 \e$BF?L>\e(B CVS
 ========
 \e$B<!$N$h$&$K$7$F!"K]Lu:n6HCf$N%^%K%e%"%k$r<hF@$9$k$3$H$,$G$-$^$9!#\e(B
index 24d4906..fcc9551 100755 (executable)
--- a/configure
+++ b/configure
@@ -272,7 +272,7 @@ PACKAGE_STRING=
 PACKAGE_BUGREPORT=
 
 ac_unique_file="gnus-ja.texi"
-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA EMACS JBIBTEX PTEX TEXI2DVI LIBOBJS LTLIBOBJS'
+ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS SET_MAKE INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA EMACS DVIPDFMX JBIBTEX PDVIPS PTEX TEXI2DVI LIBOBJS LTLIBOBJS'
 ac_subst_files=''
 
 # Initialize some variables set by options.
@@ -1220,6 +1220,35 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 
+echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
+echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
+set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
+if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  cat >conftest.make <<\_ACEOF
+all:
+       @echo 'ac_maketemp="$(MAKE)"'
+_ACEOF
+# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
+eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
+if test -n "$ac_maketemp"; then
+  eval ac_cv_prog_make_${ac_make}_set=yes
+else
+  eval ac_cv_prog_make_${ac_make}_set=no
+fi
+rm -f conftest.make
+fi
+if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
+  echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6
+  SET_MAKE=
+else
+  echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6
+  SET_MAKE="MAKE=${MAKE-make}"
+fi
+
 ac_aux_dir=
 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
   if test -f $ac_dir/install-sh; then
@@ -1372,6 +1401,42 @@ echo "${ECHO_T}no" >&6
 fi
 
 
+# Extract the first word of "dvipdfmx", so it can be a program name with args.
+set dummy dvipdfmx; ac_word=$2
+echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_DVIPDFMX+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  if test -n "$DVIPDFMX"; then
+  ac_cv_prog_DVIPDFMX="$DVIPDFMX" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  for ac_exec_ext in '' $ac_executable_extensions; do
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_DVIPDFMX="dvipdfmx"
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+done
+
+  test -z "$ac_cv_prog_DVIPDFMX" && ac_cv_prog_DVIPDFMX="false"
+fi
+fi
+DVIPDFMX=$ac_cv_prog_DVIPDFMX
+if test -n "$DVIPDFMX"; then
+  echo "$as_me:$LINENO: result: $DVIPDFMX" >&5
+echo "${ECHO_T}$DVIPDFMX" >&6
+else
+  echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
+
 # Extract the first word of "jbibtex", so it can be a program name with args.
 set dummy jbibtex; ac_word=$2
 echo "$as_me:$LINENO: checking for $ac_word" >&5
@@ -1408,6 +1473,42 @@ else
 echo "${ECHO_T}no" >&6
 fi
 
+# Extract the first word of "pdvips", so it can be a program name with args.
+set dummy pdvips; ac_word=$2
+echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_PDVIPS+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  if test -n "$PDVIPS"; then
+  ac_cv_prog_PDVIPS="$PDVIPS" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  for ac_exec_ext in '' $ac_executable_extensions; do
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_PDVIPS="pdvips"
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+done
+
+  test -z "$ac_cv_prog_PDVIPS" && ac_cv_prog_PDVIPS="false"
+fi
+fi
+PDVIPS=$ac_cv_prog_PDVIPS
+if test -n "$PDVIPS"; then
+  echo "$as_me:$LINENO: result: $PDVIPS" >&5
+echo "${ECHO_T}$PDVIPS" >&6
+else
+  echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
+
 # Extract the first word of "ptex", so it can be a program name with args.
 set dummy ptex; ac_word=$2
 echo "$as_me:$LINENO: checking for $ac_word" >&5
@@ -2117,11 +2218,14 @@ s,@ECHO_C@,$ECHO_C,;t t
 s,@ECHO_N@,$ECHO_N,;t t
 s,@ECHO_T@,$ECHO_T,;t t
 s,@LIBS@,$LIBS,;t t
+s,@SET_MAKE@,$SET_MAKE,;t t
 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
 s,@EMACS@,$EMACS,;t t
+s,@DVIPDFMX@,$DVIPDFMX,;t t
 s,@JBIBTEX@,$JBIBTEX,;t t
+s,@PDVIPS@,$PDVIPS,;t t
 s,@PTEX@,$PTEX,;t t
 s,@TEXI2DVI@,$TEXI2DVI,;t t
 s,@LIBOBJS@,$LIBOBJS,;t t