Skip to content

Commit 34f96d6

Browse files
author
Vasileios Karakasis
authored
Merge pull request #1386 from vkarak/docs/create-man-subdirs
[doc] Create man pages in proper man subdirectories
2 parents 3a8d026 + 5db5ecb commit 34f96d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ TARGET_DOCS := \
3838
coverage
3939

4040
latest:
41-
@make html man
41+
@make html
42+
@make man && mkdir -p man/man1 man/man8 && \
43+
mv man/reframe.1 man/man1/ && mv man/reframe.settings.8 man/man8/
4244
@touch html/.nojekyll
4345

4446
clean:

0 commit comments

Comments
 (0)