summaryrefslogtreecommitdiff
path: root/dmake
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-03-06 17:59:41 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-03-06 18:17:05 +0200
commit9b7e871fa8839e698953ec27c1f9d5f24791a1b5 (patch)
tree3597ddc02b4916dc17d50bbe675696270f5dd887 /dmake
parentee77e4a776de74de06ffb51ebe3a9f597e532e8a (diff)
Some file systems are case-insensitive
Diffstat (limited to 'dmake')
-rw-r--r--dmake/doc/intro.txt (renamed from dmake/readme/intro.txt)0
-rw-r--r--dmake/doc/license.txt (renamed from dmake/readme/license.txt)0
-rw-r--r--dmake/doc/public/install.txt (renamed from dmake/readme/public/install.txt)0
-rw-r--r--dmake/doc/public/mac.txt (renamed from dmake/readme/public/mac.txt)0
-rw-r--r--dmake/doc/public/msdos.txt (renamed from dmake/readme/public/msdos.txt)0
-rw-r--r--dmake/doc/public/os2.txt (renamed from dmake/readme/public/os2.txt)0
-rw-r--r--dmake/doc/public/qssl-qnx.txt (renamed from dmake/readme/public/qssl-qnx.txt)0
-rw-r--r--dmake/doc/public/srcorg.txt (renamed from dmake/readme/public/srcorg.txt)0
-rw-r--r--dmake/doc/public/tos.txt (renamed from dmake/readme/public/tos.txt)0
-rw-r--r--dmake/doc/public/unix.txt (renamed from dmake/readme/public/unix.txt)0
-rw-r--r--dmake/doc/read1st.txt (renamed from dmake/readme/read1st.txt)0
-rw-r--r--dmake/doc/release.txt (renamed from dmake/readme/release.txt)0
-rw-r--r--dmake/makefile.mk4
13 files changed, 2 insertions, 2 deletions
diff --git a/dmake/readme/intro.txt b/dmake/doc/intro.txt
index 8e25f9523b5b..8e25f9523b5b 100644
--- a/dmake/readme/intro.txt
+++ b/dmake/doc/intro.txt
diff --git a/dmake/readme/license.txt b/dmake/doc/license.txt
index 3c68f02bb420..3c68f02bb420 100644
--- a/dmake/readme/license.txt
+++ b/dmake/doc/license.txt
diff --git a/dmake/readme/public/install.txt b/dmake/doc/public/install.txt
index a5ee339d2730..a5ee339d2730 100644
--- a/dmake/readme/public/install.txt
+++ b/dmake/doc/public/install.txt
diff --git a/dmake/readme/public/mac.txt b/dmake/doc/public/mac.txt
index 34a2dca5f820..34a2dca5f820 100644
--- a/dmake/readme/public/mac.txt
+++ b/dmake/doc/public/mac.txt
diff --git a/dmake/readme/public/msdos.txt b/dmake/doc/public/msdos.txt
index 72664843a644..72664843a644 100644
--- a/dmake/readme/public/msdos.txt
+++ b/dmake/doc/public/msdos.txt
diff --git a/dmake/readme/public/os2.txt b/dmake/doc/public/os2.txt
index 5acf4cc6ab0a..5acf4cc6ab0a 100644
--- a/dmake/readme/public/os2.txt
+++ b/dmake/doc/public/os2.txt
diff --git a/dmake/readme/public/qssl-qnx.txt b/dmake/doc/public/qssl-qnx.txt
index 80fc8b56aa4d..80fc8b56aa4d 100644
--- a/dmake/readme/public/qssl-qnx.txt
+++ b/dmake/doc/public/qssl-qnx.txt
diff --git a/dmake/readme/public/srcorg.txt b/dmake/doc/public/srcorg.txt
index 89ff914eec4b..89ff914eec4b 100644
--- a/dmake/readme/public/srcorg.txt
+++ b/dmake/doc/public/srcorg.txt
diff --git a/dmake/readme/public/tos.txt b/dmake/doc/public/tos.txt
index ddcc43104483..ddcc43104483 100644
--- a/dmake/readme/public/tos.txt
+++ b/dmake/doc/public/tos.txt
diff --git a/dmake/readme/public/unix.txt b/dmake/doc/public/unix.txt
index b50ab9afad1c..b50ab9afad1c 100644
--- a/dmake/readme/public/unix.txt
+++ b/dmake/doc/public/unix.txt
diff --git a/dmake/readme/read1st.txt b/dmake/doc/read1st.txt
index 1ff1229e6b32..1ff1229e6b32 100644
--- a/dmake/readme/read1st.txt
+++ b/dmake/doc/read1st.txt
diff --git a/dmake/readme/release.txt b/dmake/doc/release.txt
index 41b95097679c..41b95097679c 100644
--- a/dmake/readme/release.txt
+++ b/dmake/doc/release.txt
diff --git a/dmake/makefile.mk b/dmake/makefile.mk
index 528a79f7c021..32c706c0cb60 100644
--- a/dmake/makefile.mk
+++ b/dmake/makefile.mk
@@ -7,7 +7,7 @@
# OSENVIRONMENT - optionally specifies the environment under which the
# OS and OSENVIRONMENT are running.
#
-# For valid values for the above macros consult the readme/* files or type
+# For valid values for the above macros consult the doc/* files or type
# 'make' by itself to get a summary of what is available.
# First target in the makefile, do this so that targets declared in the
@@ -164,7 +164,7 @@ src-list : clean
grep -v tst | grep -v $@ | grep -v license |\
grep -v CVS | grep -v RCS |\
grep -v '\.zip' | grep -v '\.tar'| grep -v '\.shar' >> $@
- echo ' readme/license.txt' >> $@
+ echo ' doc/license.txt' >> $@
#--------------------------------------------------------------------------
# This section can be used to make the necessary script files so that dmake