aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README_d/ChangeLog4
-rw-r--r--README_d/README.cmake1
-rw-r--r--cmake/README.txt10
3 files changed, 15 insertions, 0 deletions
diff --git a/README_d/ChangeLog b/README_d/ChangeLog
index a9463d4f..2ec0a7a6 100644
--- a/README_d/ChangeLog
+++ b/README_d/ChangeLog
@@ -1,3 +1,7 @@
+2013-02-06 Juergen Kahrs <jkahrs@users.sourceforge.net>
+
+ * Added README.cmake.
+
2012-12-24 Arnold D. Robbins <arnold@skeeve.com>
* 4.0.2: Release tar ball made.
diff --git a/README_d/README.cmake b/README_d/README.cmake
new file mode 100644
index 00000000..b405901e
--- /dev/null
+++ b/README_d/README.cmake
@@ -0,0 +1 @@
+see cmake/README.txt
diff --git a/cmake/README.txt b/cmake/README.txt
new file mode 100644
index 00000000..836a4be4
--- /dev/null
+++ b/cmake/README.txt
@@ -0,0 +1,10 @@
+CMake is a build automation system
+ http://en.wikipedia.org/wiki/Cmake
+
+We try to use it as a replacement for the established GNU build system.
+This attempt is currently only experimental. If you wonder why anyone
+should do this, read
+
+ Why the KDE project switched to CMake -- and how
+ http://lwn.net/Articles/188693/
+