summaryrefslogtreecommitdiff
path: root/lib/spack/docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/spack/docs/Makefile')
-rw-r--r--lib/spack/docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/Makefile b/lib/spack/docs/Makefile
index e3068ea10c..a660e1255d 100644
--- a/lib/spack/docs/Makefile
+++ b/lib/spack/docs/Makefile
@@ -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.