Sync up with gnus-6_8.
[elisp/gnus.git-] / texi / Makefile.in
index a7fbb47..c54827f 100644 (file)
@@ -18,7 +18,9 @@ INSTALL_DATA = @INSTALL_DATA@
 SHELL = /bin/sh
 PAPERTYPE=a4
 
-all: gnus message
+all: gnus message gnus-ja
+
+ja: gnus-ja message-ja
 
 most: texi2latex.elc latex latexps
 
@@ -26,7 +28,7 @@ most: texi2latex.elc latex latexps
 
 .texi:
        if test $(MAKEINFO) = no; then \
-         $(EMACSINFO) -eval '(find-file "$<")' $(XINFOSWI); \
+         $(EMACSINFO) -eval '(find-file \"$<\")' $(XINFOSWI); \
        else \
          makeinfo -o $* $<; \
        fi
@@ -54,7 +56,7 @@ makeinfo:
        makeinfo -o message message.texi
 
 texi2latex.elc: texi2latex.el
-       $(EMACS) -batch -l bytecomp --eval '(byte-compile-file "texi2latex.el")'
+       $(EMACS) -batch -l bytecomp --eval '(byte-compile-file \"texi2latex.el\")'
 
 latex: gnus.texi texi2latex.elc
        $(EMACS) -batch -q -no-site-file gnus.texi -l ./texi2latex.elc -f latexi-translate
@@ -88,25 +90,25 @@ psout:
 latexboth:
        rm -f gnus-manual-a4.ps.gz gnus-manual-standard.ps.gz
        make latexps
-       mv /local/tmp/larsi/gnus.ps /local/tmp/larsi/gnus-manual-a4.ps
-       gzip /local/tmp/larsi/gnus-manual-a4.ps
+       mv gnus.ps gnus-manual-a4.ps
+       gzip gnus-manual-a4.ps
        sed 's/,a4paper/,letterpaper/' gnus.latexi > gnus-standard.latexi
        mv gnus-standard.latexi gnus.latexi
-       make latexps
-       mv /local/tmp/larsi/gnus.ps /local/tmp/larsi/gnus-manual-standard.ps
-       gzip /local/tmp/larsi/gnus-manual-standard.ps
+       make latexps PAPERTYPE=letter
+       mv gnus.ps gnus-manual-standard.ps
+       gzip gnus-manual-standard.ps
 
 out:
-       cp /local/tmp/larsi/gnus-manual-standard.ps.gz \
-       /local/tmp/larsi/gnus-manual-a4.ps.gz \
+       cp gnus-manual-standard.ps.gz \
+       gnus-manual-a4.ps.gz \
        /local/ftp/pub/emacs/gnus/manual
-       mv /local/tmp/larsi/gnus-manual-standard.ps.gz \
-       /local/tmp/larsi/gnus-manual-a4.ps.gz \
+       mv gnus-manual-standard.ps.gz \
+       gnus-manual-a4.ps.gz \
        /hom/larsi/www_docs/www.gnus.org/documents
 
 veryclean:
        make clean
-       rm -f gnus.dvi gnus.ps
+       rm -f gnus.dvi gnus.ps texi2latex.elc
 
 distclean:
        make clean
@@ -115,7 +117,7 @@ distclean:
 
 install:
        $(SHELL) $(top_srcdir)/mkinstalldirs $(infodir)
-       @for file in gnus message; do \
+       @for file in gnus message gnus-ja message-ja; do \
          for ifile in `echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
            if test -f $$ifile; then \
              echo " $(INSTALL_DATA) $$ifile $(infodir)/$$ifile"; \