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.in


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/doc/Makefile.in
Date: Mon, 26 Sep 2005 12:48:03 -0400

Index: ccvs/doc/Makefile.in
diff -u ccvs/doc/Makefile.in:1.130 ccvs/doc/Makefile.in:1.131
--- ccvs/doc/Makefile.in:1.130  Mon Sep 26 02:55:16 2005
+++ ccvs/doc/Makefile.in        Mon Sep 26 16:48:02 2005
@@ -306,13 +306,14 @@
 
 EXTRA_DIST = .cvsignore ChangeLog.fsf HACKING.DOCS RCSFILES \
        $(srcdir)/cvs.1 cvs-paper.ms cvs.man.header cvs.man.footer \
-       getdate.texi mdate-sh writeproxy.rtf getdate-cvs.texi
-MOSTLYCLEANFILES = $(TXTS) getdate-cvs.tmp
-DISTCLEANFILES = stamp-gdt
+       getdate.texi mdate-sh writeproxy.rtf $(PDFS) getdate-cvs.texi
+MOSTLYCLEANFILES = getdate-cvs.tmp
+CLEANFILES = \
+       $(PSS) \
+       $(TXTS)
 
-# These Automake generates MOSTLYCLEAN targets for PostScripts genersted from
-# TEXINFOS, but it shouldn't when those files are in EXTRA_DIST
-MAINTAINERCLEANFILES = $(PSS) $(srcdir)/cvs.1 $(srcdir)/cvs.1
+DISTCLEANFILES = stamp-gdt
+MAINTAINERCLEANFILES = $(PDFS) $(srcdir)/cvs.1
 
 # texinfo based targets automake neglects to include
 SUFFIXES = .txt
@@ -796,6 +797,7 @@
        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
 
 clean-generic:
+       -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
 distclean-generic:
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
@@ -904,7 +906,7 @@
        uninstall-man uninstall-man1
 
 
-doc: info
+doc: info pdf
 .PHONY: doc
 
 txt: $(TXTS)




reply via email to

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