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: dc51fc


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone.source-tree-cleanup: dc51fc1bf684ed9e561a4e1528e5663e5eb161be
Date: Tue, 1 Feb 2011 14:30:00 GMT

revision:            dc51fc1bf684ed9e561a4e1528e5663e5eb161be
date:                2011-02-01T14:29:34
author:              Richard Levitte <address@hidden>
branch:              net.venge.monotone.source-tree-cleanup
changelog:
* Makefile.am (CLEAN_SRCS, BUILT_SRCS): Renamed from CLEAN_SOURCES and
  BUILD_SOURCES.  automake complains that CLEAN_SOURCES doesn't correspond
  to a {foo}_SOURCES (quite correctly, really), BUILT_SOURCES got renamed for
  good measure.
  (CLEANFILES): Some of the files refered to here belong in doc/Makefile.am.
* doc/Makefile.am (CLEANFILES): Added to clean up files we generate or copy.

manifest:
format_version "1"

new_manifest [8e4a4ee0c7f7c16a1a6ffb1a98a36ca65fe879fe]

old_revision [3de388af524c35baf76da9629fc418a2854d359d]

patch "Makefile.am"
 from [0d68bedcf529b69eaca6ad3a4e541745360b9992]
   to [af1aabfe3ffc1186b10ec4133f99ba761a26d406]

patch "doc/Makefile.am"
 from [483363d12102131a57aaa47213bb616a293fae1f]
   to [e2ec675d92ea19b08e5b17a9f9cc423dc34965a7]
============================================================
--- Makefile.am	0d68bedcf529b69eaca6ad3a4e541745360b9992
+++ Makefile.am	af1aabfe3ffc1186b10ec4133f99ba761a26d406
@@ -591,22 +591,21 @@ DISTCLEANFILES = src/mt-stdint.h src/xge
 	test/tester.status test/unit.status test/func.status
 
 # we generate some source files to copy data into the executable
-# note that the only things that should go in BUILT_SOURCES are things
+# note that the only things that should go in BUILT_SRCS are things
 # that need to be generated early on 'make all'; this is _not_ true of
 # generated source files, but it is true for the PCH if used.
 
 # package_revision.txt and package_full_revision_dist.txt are shipped
 # in the distribution, so don't delete them here
-CLEAN_SOURCES = src/std_hooks.cc unit/src/testlib.cc src/schema.cc \
+CLEAN_SRCS = src/std_hooks.cc unit/src/testlib.cc src/schema.cc \
 	src/package_revision.cc src/package_full_revision.cc \
 	src/package_revision_raw.txt \
 	src/package_full_revision.txt src/package_full_revision_raw.txt \
 	mtn.1
 
-BUILT_SOURCES = $(PCH_FILE) $(PCH_BUILD)
+BUILT_SRCS = $(PCH_FILE) $(PCH_BUILD)
 
-CLEANFILES = $(bin_SCRIPTS) $(BUILT_SOURCES) $(CLEAN_SOURCES) \
-	     $(EPS_FIGURES) $(CLEAN_POFILES)
+CLEANFILES = $(bin_SCRIPTS) $(BUILT_SRCS) $(CLEAN_SRCS) $(CLEAN_POFILES)
 
 # automake provides no nice way to build a helper program to execute
 # on the build machine, so we need our own rule.  almost all the
============================================================
--- doc/Makefile.am	483363d12102131a57aaa47213bb616a293fae1f
+++ doc/Makefile.am	e2ec675d92ea19b08e5b17a9f9cc423dc34965a7
@@ -41,6 +41,9 @@ TEXI_FRAGMENTS = monotonevars.texi pcrep
 
 TEXI_FRAGMENTS = monotonevars.texi pcrepattern.texi pcresyntax.texi
 
+CLEANFILES = $(EPS_FIGURES) $(PDF_FIGURES_copied) $(PNG_FIGURES_copied) \
+	$(PNG_IMAGES_copied) $(HTML_EXTRA_copied)
+
 info_TEXINFOS = monotone.texi
 
 monotone_TEXINFOS = ../src/std_hooks.lua $(TEXI_FRAGMENTS)

reply via email to

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