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


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: 7c4b14408d36dc661db2dc4182d8be831172d1e6
Date: Sat, 5 Feb 2011 09:19:39 GMT

revision:            7c4b14408d36dc661db2dc4182d8be831172d1e6
date:                2011-02-05T08:56:52
author:              Richard Levitte <address@hidden>
branch:              net.venge.monotone
changelog:
* Makefile.am (bashcompdir, bashcomp_DATA): sysconf_DATA wasn't quite
  right, we need to make a different specification based on sysconfdir.
  (EXTRA_DIST): Add extra here, so it becomes part of the distribution.
  (CLEANFILES): Clean up the files produced.



manifest:
format_version "1"

new_manifest [1d536f3a99cd8a000c24a277108175167d346510]

old_revision [ca94091e60f115747f025fec6299749c8aecc92e]

patch "Makefile.am"
 from [8f16b42b2e1f5193869adc53ea62c67dcfd5a8a6]
   to [7a7f75ac8aa969c7e6720fb41388e77404da34db]
============================================================
--- Makefile.am	8f16b42b2e1f5193869adc53ea62c67dcfd5a8a6
+++ Makefile.am	7a7f75ac8aa969c7e6720fb41388e77404da34db
@@ -250,7 +250,8 @@ htmlimage_DATA = $(PNG_IMAGES)
 htmlimagedir = $(htmldir)/images
 htmlimage_DATA = $(PNG_IMAGES)
 
-sysconf_DATA = extra/shell/monotone.bash_completion
+bashcompdir = $(sysconfdir)/bash_completion.d
+bashcomp_DATA = extra/shell/monotone.bash_completion
 
 # flags
 
@@ -353,7 +354,7 @@ EXTRA_DIST =								\
 									\
 	src/package_revision.txt src/package_full_revision_dist.txt	\
 									\
-	contrib examples mac notes visualc
+	extra contrib examples mac notes visualc
 
 # Message translation support
 # INST_LINGUAS is set by configure, based on the po/LINGUAS file and
@@ -608,7 +609,7 @@ BUILT_SRCS = $(PCH_FILE) $(PCH_BUILD)
 
 BUILT_SRCS = $(PCH_FILE) $(PCH_BUILD)
 
-CLEANFILES = $(bin_SCRIPTS) $(BUILT_SRCS) $(CLEAN_SRCS) $(CLEAN_POFILES)
+CLEANFILES = $(bin_SCRIPTS) $(bashcomp_DATA) $(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

reply via email to

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