summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt3
-rw-r--r--LICENSE (renamed from README.QUICK)0
-rw-r--r--Makefile.am4
-rw-r--r--README.md3
-rw-r--r--doc/README.DGUX3862
-rw-r--r--doc/doc.am1
6 files changed, 4 insertions, 9 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4b827f74..f975e9e4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -716,8 +716,7 @@ if (build_tests)
endif(build_tests)
if (enable_docs)
- # Note: documentation which is not installed: README.QUICK
- install(FILES AUTHORS README.md
+ install(FILES AUTHORS LICENSE README.md
DESTINATION "${CMAKE_INSTALL_DOCDIR}")
install(DIRECTORY doc/ DESTINATION "${CMAKE_INSTALL_DOCDIR}"
FILES_MATCHING
diff --git a/README.QUICK b/LICENSE
index 00d52163..00d52163 100644
--- a/README.QUICK
+++ b/LICENSE
diff --git a/Makefile.am b/Makefile.am
index b1fe3a10..fb3441c1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -196,10 +196,6 @@ CCASFLAGS += $(DEFS)
# (see include/include.am for more)
#
-# documentation which is not installed
-#
-EXTRA_DIST += README.QUICK
-
# other makefiles
EXTRA_DIST += NT_MAKEFILE OS2_MAKEFILE PCR-Makefile digimars.mak \
Makefile.direct SMakefile.amiga WCC_MAKEFILE autogen.sh CMakeLists.txt \
diff --git a/README.md b/README.md
index 998ebe72..fb3c38b5 100644
--- a/README.md
+++ b/README.md
@@ -554,7 +554,6 @@ GitHub.
## Copyright & Warranty, Contributors
-The exact licensing information is provided in [README.QUICK](README.QUICK)
-file.
+The exact licensing information is provided in [LICENSE](LICENSE) file.
All the contributors are listed in [AUTHORS](AUTHORS) file.
diff --git a/doc/README.DGUX386 b/doc/README.DGUX386
index 98f344c0..0c5b077c 100644
--- a/doc/README.DGUX386
+++ b/doc/README.DGUX386
@@ -1,7 +1,7 @@
Garbage Collector (parallel version) for x86 DG/UX Release R4.20MU07
- *READ* the file README.QUICK.
+ *READ* the file README.md first.
You need the GCC-3.0.3 rev (DG/UX) compiler to build this tree.
This compiler has the new "dgux386" threads package implemented.
diff --git a/doc/doc.am b/doc/doc.am
index 3d5cce3d..9ec638d4 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -14,6 +14,7 @@
if ENABLE_DOCS
dist_doc_DATA = \
AUTHORS \
+ LICENSE \
README.md \
doc/README.DGUX386 \
doc/README.Mac \