cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] Changes to ccvs/doc/Makefile.am [cvs1-11-x-branch]


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/doc/Makefile.am [cvs1-11-x-branch]
Date: Wed, 14 Sep 2005 16:52:14 -0400

Index: ccvs/doc/Makefile.am
diff -u ccvs/doc/Makefile.am:1.14.4.9 ccvs/doc/Makefile.am:1.14.4.10
--- ccvs/doc/Makefile.am:1.14.4.9       Wed Apr  6 20:57:47 2005
+++ ccvs/doc/Makefile.am        Wed Sep 14 20:52:13 2005
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 
 info_TEXINFOS = cvs.texinfo cvsclient.texi
-man_MANS = cvs.1
+man_MANS = $(srcdir)/cvs.1
 
 PSS = \
        cvs.ps \
@@ -39,7 +39,7 @@
        ChangeLog.fsf \
        RCSFILES \
        mdate-sh \
-       cvs.1 \
+       $(srcdir)/cvs.1 \
        cvs-paper.ms \
        cvs.man.header \
        cvs.man.footer
@@ -51,7 +51,7 @@
 # TEXINFOS, but it shouldn't when those files are in EXTRA_DIST
 MAINTAINERCLEANFILES = \
        $(PSS) \
-       cvs.1
+       $(srcdir)/cvs.1
 
 doc: info ps
 .PHONY: doc
@@ -80,10 +80,10 @@
        ps2pdf $< $@
 
 # Targets to build a man page from cvs.texinfo.
-cvs.1: @MAINTAINER_MODE_TRUE@ mkman cvs.man.header cvs.texinfo cvs.man.footer
+$(srcdir)/cvs.1: @MAINTAINER_MODE_TRUE@ mkman cvs.man.header cvs.texinfo 
cvs.man.footer
        $(PERL) ./mkman $(srcdir)/cvs.man.header $(srcdir)/cvs.texinfo \
                $(srcdir)/cvs.man.footer >cvs.tmp
-       cp cvs.tmp $(srcdir)/$@
+       cp cvs.tmp $(srcdir)/cvs.1
        address@hidden -f cvs.tmp
 
 # texinfo based targets automake neglects to include




reply via email to

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