mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
install section 3 man page
This commit is contained in:
parent
7d2b0938e5
commit
a72bf25907
@ -198,11 +198,16 @@ install(FILES
|
||||
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/notcurses
|
||||
)
|
||||
|
||||
file(GLOB MANPAGES1 CONFIGURE_DEPENDS doc/man/man1/*.1)
|
||||
file(GLOB MANPAGES1 CONFIGURE_DEPENDS doc/man/man1/*)
|
||||
file(GLOB MANPAGES3 CONFIGURE_DEPENDS doc/man/man3/*)
|
||||
install(FILES
|
||||
${MANPAGES1}
|
||||
DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man1
|
||||
)
|
||||
install(FILES
|
||||
${MANPAGES3}
|
||||
DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man3
|
||||
)
|
||||
|
||||
install(TARGETS notcurses-demo DESTINATION bin)
|
||||
install(TARGETS notcurses-view DESTINATION bin)
|
||||
|
@ -20,7 +20,7 @@ on your terminal after the program exits.
|
||||
Print a usage message, and exit with success.
|
||||
.TP
|
||||
.IR demospec
|
||||
Select which demos to run, and what order to run them in. The default is "imlbgsuwvpo". See below for a list of demos.
|
||||
Select which demos to run, and what order to run them in. The default is "imlubgswvpo". See below for a list of demos.
|
||||
.SH DESCRIPTION
|
||||
.B notcurses-demo
|
||||
contains a set of text-based demonstrations of capabilities from the notcurses library. The demonstrations include:
|
||||
|
14
doc/man/man3/notcurses.3notcurses
Normal file
14
doc/man/man3/notcurses.3notcurses
Normal file
@ -0,0 +1,14 @@
|
||||
.TH notcurses 3notcurses "2019-12-12"
|
||||
|
||||
.SH NAME
|
||||
notcurses \- TUI library for modern terminal emulators
|
||||
|
||||
.SH SYNOPSIS
|
||||
.B #include <notcurses.h>
|
||||
|
||||
.SH DESCRIPTION
|
||||
|
||||
.SH NOTES
|
||||
|
||||
.SH SEE ALSO
|
||||
notcurses-demo(1)
|
Loading…
x
Reference in New Issue
Block a user