unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: michael@cadilhac.name (Michaël Cadilhac)
To: emacs-devel@gnu.org
Subject: Makefile (dvips) machinery of etc/
Date: Fri, 11 May 2007 13:43:06 +0200	[thread overview]
Message-ID: <878xbvpovp.fsf@lrde.org> (raw)


[-- Attachment #1.1.1: Type: text/plain, Size: 472 bytes --]

Hi the list !

The dvips manual says the following :
  3.1 Basic usage of Dvips
  ========================

  To use Dvips at its simplest, simply type
       dvips foo
    where `foo.dvi' is the output of TeX that you want to print.  If
  Dvips has been installed correctly, the document will probably roll out
  of your default printer.

Well, problem is, my dvips is installed « correctly », so the document
is printed.

Maybe the following is needed :

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1.2: makefile.patch --]
[-- Type: text/x-patch, Size: 1684 bytes --]

Index: etc/Makefile
===================================================================
RCS file: /sources/emacs/emacs/etc/Makefile,v
retrieving revision 1.11
diff -c -r1.11 Makefile
*** etc/Makefile	23 Mar 2007 03:48:03 -0000	1.11
--- etc/Makefile	11 May 2007 11:41:48 -0000
***************
*** 75,96 ****
  
  ## A4, landscape.
  de-refcard.ps fr-refcard.ps pt-br-refcard.ps orgcard.ps: %.ps: %.dvi
! 	dvips -t a4 -t landscape $<
  
  ## A4, portrait.
  cs-dired-ref.ps cs-refcard.ps cs-survival.ps fr-drdref.ps \
  pl-refcard.ps ru-refcard.ps \
  sk-dired-ref.ps sk-refcard.ps sk-survival.ps: %.ps: %.dvi
! 	dvips -t a4 $<
  
  ## letter, landscape.
  calccard.ps refcard.ps: %.ps: %.dvi
! 	dvips -t letter -t landscape $<
  
  ## letter, portrait.
  dired-ref.ps gnus-booklet.ps gnus-refcard.ps survival.ps vipcard.ps \
  viperCard.ps: %.ps: %.dvi
! 	dvips -t letter $<
  
  
  .PHONY: mostlyclean clean distclean maintainer-clean unlock relock
--- 75,96 ----
  
  ## A4, landscape.
  de-refcard.ps fr-refcard.ps pt-br-refcard.ps orgcard.ps: %.ps: %.dvi
! 	dvips -t a4 -t landscape $< -o $@
  
  ## A4, portrait.
  cs-dired-ref.ps cs-refcard.ps cs-survival.ps fr-drdref.ps \
  pl-refcard.ps ru-refcard.ps \
  sk-dired-ref.ps sk-refcard.ps sk-survival.ps: %.ps: %.dvi
! 	dvips -t a4 $< -o $@
  
  ## letter, landscape.
  calccard.ps refcard.ps: %.ps: %.dvi
! 	dvips -t letter -t landscape $< -o $@
  
  ## letter, portrait.
  dired-ref.ps gnus-booklet.ps gnus-refcard.ps survival.ps vipcard.ps \
  viperCard.ps: %.ps: %.dvi
! 	dvips -t letter $< -o $@
  
  
  .PHONY: mostlyclean clean distclean maintainer-clean unlock relock

[-- Attachment #1.1.3: Type: text/plain, Size: 338 bytes --]


Cheers!

-- 
 |   Michaël `Micha' Cadilhac       |  To be portable,                       |
 |   http://michael.cadilhac.name   |    Just stay on Windows.               |
 |   JID/MSN:                       |                                        |
 `----  michael.cadilhac@gmail.com  |          -- A Microsoft Guy       -  --'

[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]

[-- Attachment #2: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

             reply	other threads:[~2007-05-11 11:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-11 11:43 Michaël Cadilhac [this message]
2007-05-11 21:26 ` Makefile (dvips) machinery of etc/ Reiner Steib
2007-05-12  4:30 ` Glenn Morris
2007-05-12 14:35   ` Michaël Cadilhac

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878xbvpovp.fsf@lrde.org \
    --to=michael@cadilhac.name \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).