summaryrefslogtreecommitdiff
path: root/3.8.2/doc/cmake/html/_sources/generator/Unix Makefiles.rst.txt
diff options
context:
space:
mode:
Diffstat (limited to '3.8.2/doc/cmake/html/_sources/generator/Unix Makefiles.rst.txt')
-rw-r--r--3.8.2/doc/cmake/html/_sources/generator/Unix Makefiles.rst.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/3.8.2/doc/cmake/html/_sources/generator/Unix Makefiles.rst.txt b/3.8.2/doc/cmake/html/_sources/generator/Unix Makefiles.rst.txt
deleted file mode 100644
index 97d74a8..0000000
--- a/3.8.2/doc/cmake/html/_sources/generator/Unix Makefiles.rst.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-Unix Makefiles
---------------
-
-Generates standard UNIX makefiles.
-
-A hierarchy of UNIX makefiles is generated into the build tree. Any
-standard UNIX-style make program can build the project through the
-default make target. A "make install" target is also provided.