mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 02:39:48 -06:00
Convert builtin help to reStructuredText source files
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
#.rst:
|
||||
# UseJavaClassFilelist
|
||||
# --------------------
|
||||
#
|
||||
# This script create a list of compiled Java class files to be added to a
|
||||
# jar file. This avoids including cmake files which get created in the
|
||||
# binary directory.
|
||||
#
|
||||
#
|
||||
#
|
||||
#
|
||||
# This script create a list of compiled Java class files to be added to
|
||||
# a jar file. This avoids including cmake files which get created in
|
||||
# the binary directory.
|
||||
|
||||
#=============================================================================
|
||||
# Copyright 2010-2011 Andreas schneider <asn@redhat.com>
|
||||
|
||||
Reference in New Issue
Block a user