Skip to content

Commit adaf2a8

Browse files
committed
Moved the man page to the correct location, closes #146
1 parent 3bbff5a commit adaf2a8

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGES.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ Changes
22
=======
33

44

5+
1.6.6 -- 2025-03-dd
6+
-------------------
7+
* Fixed man page directory. This issue was introduced by mistake in the
8+
1.6.4/1.6.5 release and was reported by `Johannes Kastl <https://github.com/kastl-ars>`_
9+
and `Michał Górny <https://github.com/mgorny>`_
10+
11+
512
1.6.5 -- 2025-03-11
613
-------------------
714
* Fixed release notes / aligned changelog to the mistake of skipping two minor
File renamed without changes.

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def docs(session):
5252
import segno
5353
if 'dev' not in segno.__version__:
5454
shutil.copyfile(os.path.join(man, 'segno.1'),
55-
os.path.abspath(os.path.join(os.path.dirname(__file__), 'data/usr/share/man/man1/', 'segno.1')))
55+
os.path.abspath(os.path.join(os.path.dirname(__file__), 'data/share/man/man1/', 'segno.1')))
5656
session.log("'man/segno.1' has been modified, don't forget to commit")
5757

5858

0 commit comments

Comments
 (0)