bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Couple of issues with doc/ subdir (with PATCH)


From: Alexey Mahotkin
Subject: Couple of issues with doc/ subdir (with PATCH)
Date: Sun, 3 Jun 2001 13:39:32 +0400 (MSD)

Hello,

First, why do you include *.aux files in EXTRA_DIST?  The `make
cvs.dvi' wonderfully regenerates it running texinfo thrice...  I'm not
sure: if there is a rationale behind it -- then it's ok.

Second, the order of .ms->.ps and .ps->.pdf is clearly reverted.  Here
is the patch (I'm not sure about the comment above it).

Index: Makefile.am
===================================================================
RCS file: /home/cvsroot/cvs/doc/Makefile.am,v
retrieving revision 1.1.1.1.2.2
diff -u -u -r1.1.1.1.2.2 Makefile.am
--- Makefile.am 2001/05/26 22:49:50     1.1.1.1.2.2
+++ Makefile.am 2001/06/03 09:31:24
@@ -81,11 +81,11 @@
 # If they are more generic and cvs.ps is made before cvs.pdf, then cvs.pdf 
will be
 # generated from the generic target and the PS source, which contains less 
information
 # than the usual texinfo source.
-cvs-paper.pdf: cvs-paper.ps
+cvs-paper.ps: cvs-paper.ms
        $(ROFF) -t -p -ms -Tps $< > $@-t
        mv $@-t $@
 
-cvs-paper.ps: cvs-paper.ms
+cvs-paper.pdf: cvs-paper.ps
        $(PS2PDF) $< $@
 
 SUFFIXES = .aux .txt .pdf

--alexm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]