summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-09-04 22:25:33 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-09-04 22:27:03 -0400
commit49f060252a2f40c727909d9e55463f40dcea2cdf (patch)
treed07154decbb312aac9fdc410c0b2dfbd2ccdec49
parent7ad076442d70c239c963c574849b2fb352ccd63a (diff)
Rename build/*.mk to build/Makefile.am.*
Namely: build/Analysis.mk -> build/Makefile.am.analysis build/ChangeLog.mk -> build/Makefile.am.changelog build/Releasing.mk -> build/Makefile.am.releasing
-rw-r--r--Makefile.am6
-rw-r--r--build/Makefile.am.analysis (renamed from build/Analysis.mk)0
-rw-r--r--build/Makefile.am.changelog (renamed from build/ChangeLog.mk)0
-rw-r--r--build/Makefile.am.releasing (renamed from build/Releasing.mk)0
4 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index b5fc6745..6b9b7781 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -58,6 +58,6 @@ DISTCHECK_CONFIGURE_FLAGS = \
--enable-gtk-doc \
--enable-test-surfaces
-include $(srcdir)/build/ChangeLog.mk
-include $(srcdir)/build/Releasing.mk
-include $(srcdir)/build/Analysis.mk
+include $(srcdir)/build/Makefile.am.changelog
+include $(srcdir)/build/Makefile.am.releasing
+include $(srcdir)/build/Makefile.am.analysis
diff --git a/build/Analysis.mk b/build/Makefile.am.analysis
index d0e00ca4..d0e00ca4 100644
--- a/build/Analysis.mk
+++ b/build/Makefile.am.analysis
diff --git a/build/ChangeLog.mk b/build/Makefile.am.changelog
index b9fbdcf3..b9fbdcf3 100644
--- a/build/ChangeLog.mk
+++ b/build/Makefile.am.changelog
diff --git a/build/Releasing.mk b/build/Makefile.am.releasing
index 2f710388..2f710388 100644
--- a/build/Releasing.mk
+++ b/build/Makefile.am.releasing