"spack info -r" is now "spack package-list"

- too much going on in this command, and it made subcommand parsing weird.
- information printed is the same but info and package-list are really different commands.
This commit is contained in:
Todd Gamblin
2014-11-01 16:03:09 -07:00
parent a5859b0b05
commit 8f9de17869
3 changed files with 114 additions and 88 deletions

View File

@@ -25,7 +25,7 @@ all: html
# This autogenerates a package list.
#
package_list:
spack info -r > package_list.rst
spack package-list > package_list.rst
#
# This creates a git repository and commits generated html docs.