Skip to content

Commit 70b6b45

Browse files
committed
misc/make_a_release.sh: Add Forgotten PM QoS man page
And order them to match 'pepc -h' order, just for consistency. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
1 parent c5de5df commit 70b6b45

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

misc/make_a_release.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ CHANGELOG_FILE="$BASEDIR/CHANGELOG.md"
2929
MAN_DIR="$BASEDIR/pepcdata/man/man1"
3030
RST_FILES="$BASEDIR/docs/pepc-pstates.rst
3131
$BASEDIR/docs/pepc-cstates.rst
32-
$BASEDIR/docs/pepc-aspm.rst
33-
$BASEDIR/docs/pepc-tpmi.rst
32+
$BASEDIR/docs/pepc-uncore.rst
33+
$BASEDIR/docs/pepc-cpu-hotplug.rst
3434
$BASEDIR/docs/pepc-topology.rst
35-
$BASEDIR/docs/pepc-cpu-hotplug.rst"
35+
$BASEDIR/docs/pepc-pmqos.rst
36+
$BASEDIR/docs/pepc-tpmi.rst
37+
$BASEDIR/docs/pepc-aspm.rst"
3638

3739
# Path to the script that prepares CHANGELOG.md for the release.
3840
PREPARE_CHENGELOG_MD="$BASEDIR/misc/prepare_changelog_md"

0 commit comments

Comments
 (0)