From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Refcard files Date: Fri, 09 Jun 2006 11:59:40 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1149868840 20030 80.91.229.2 (9 Jun 2006 16:00:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Jun 2006 16:00:40 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 09 18:00:37 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FojP0-0007KS-Sv for ged-emacs-devel@m.gmane.org; Fri, 09 Jun 2006 18:00:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FojP0-0008D7-Cm for ged-emacs-devel@m.gmane.org; Fri, 09 Jun 2006 12:00:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FojOg-00081C-Hh for emacs-devel@gnu.org; Fri, 09 Jun 2006 11:59:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FojOf-0007zi-MC for emacs-devel@gnu.org; Fri, 09 Jun 2006 11:59:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FojOf-0007z9-7G for emacs-devel@gnu.org; Fri, 09 Jun 2006 11:59:41 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FojWj-0004p4-U8 for emacs-devel@gnu.org; Fri, 09 Jun 2006 12:08:01 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FojOe-0005ny-Av; Fri, 09 Jun 2006 11:59:40 -0400 Original-To: Eli Zaretskii In-reply-to: (message from Eli Zaretskii on Fri, 09 Jun 2006 12:09:50 +0300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:55792 Archived-At: People are committing changes to the various *-refcard.tex files, but the corresponding *.ps files are not regenerated. Since reading the PostScript files requires the knowledge of the language in which it was written, and since (AFAIK) producing some .ps files needs a special setup of TeX and dvips, I think people who modify the TeX sources should also take care of regenerating and committing the PostScript files. Can we determine which .ps files need to be specially prepared? Then let's set up a makefile which will update those that can be updated normally, and having comments identifying those .ps files that cannot be updated normally.