[cairo-commit] 2 commits - src/Makefile.am src/README

Behdad Esfahbod behdad at kemper.freedesktop.org
Mon Sep 15 11:50:49 PDT 2008


 src/Makefile.am |    2 ++
 src/README      |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit e4753c82ff1aeb404b1cbac9e891f4353fb882f3
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Sep 15 14:50:29 2008 -0400

    [src/README] s/Source.mk/Makefile.sources/

diff --git a/src/README b/src/README
index 7c464b5..150730d 100644
--- a/src/README
+++ b/src/README
@@ -7,7 +7,7 @@ This directory contains the source code to the cairo library.
 Source Code Listing
 -------------------
 
-The canonical list of source files is the file Source.mk.  See that
+The canonical list of source files is the file Makefile.sources.  See that
 file for how it works.
 
 
commit 50f45d7768976b489df2d4eddc90ae2cdaf464db
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Sep 15 14:50:07 2008 -0400

    [src/Makefile.am] Add comment referring to Makefile.sources

diff --git a/src/Makefile.am b/src/Makefile.am
index 5ef7ce0..9bc3a49 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,3 +1,5 @@
+# Note: All source files are listed in Makefile.sources.
+
 include $(top_srcdir)/build/Makefile.am.common
 include $(srcdir)/Makefile.am.config
 


More information about the cairo-commit mailing list