monotone-commits-diffs
[Top][All Lists]
Advanced

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

[Monotone-commits-diffs] net.venge.monotone.source-tree-cleanup: 1d4b7e


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone.source-tree-cleanup: 1d4b7effd1b83e1cec72b62de6843b9e41877ed5
Date: Fri, 4 Feb 2011 09:14:55 GMT

revision:            1d4b7effd1b83e1cec72b62de6843b9e41877ed5
date:                2011-02-04T09:13:36
author:              Richard Levitte <address@hidden>
branch:              net.venge.monotone.source-tree-cleanup
changelog:
* Makefile.am: Move CLEANFILES down
* Makefile.am (clean-local): Add the removal of doc/html.


manifest:
format_version "1"

new_manifest [b3fa1a78c07368fec650f7f0da0fa529ebee0b7e]

old_revision [09df6364b51c4a2bbf24de8d644d1418d64be084]

patch "doc/Makefile.am"
 from [fa4370e4c1dc4acf09d437ef410595554cd18f50]
   to [69ba0c2b64ff45e40c6e6cc7210cc5f33693f30c]
============================================================
--- doc/Makefile.am	fa4370e4c1dc4acf09d437ef410595554cd18f50
+++ doc/Makefile.am	69ba0c2b64ff45e40c6e6cc7210cc5f33693f30c
@@ -43,10 +43,6 @@ TEXI_FRAGMENTS = pcrepattern.texi pcresy
 
 TEXI_FRAGMENTS = pcrepattern.texi pcresyntax.texi
 
-# Things that should only be removed when the build dir is different from
-# the source dir are handled by the clean-local target, further down.
-CLEANFILES = $(EPS_FIGURES)
-
 info_TEXINFOS = monotone.texi
 
 monotone_TEXINFOS = $(top_srcdir)/src/std_hooks.lua $(TEXI_FRAGMENTS)
@@ -139,6 +135,10 @@ monotone.html: monotone.texi $(srcdir)/v
 # differently.
 
 
+# Things that should only be removed when the build dir is different from
+# the source dir are handled by the clean-local target below.
+CLEANFILES = $(EPS_FIGURES)
+
 # We have to be careful only to remove figures and images when they aren't
 # in the source directory.
 clean-local:
@@ -146,3 +146,4 @@ clean-local:
 	  rm -f $(PDF_FIGURES_copied) $(PNG_FIGURES_copied) \
 	      $(PNG_IMAGES_copied) $(HTML_EXTRA_copied); \
 	fi
+	rm -rf html

reply via email to

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