X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fncurses6-config.1.html;h=532690fa186e7b06df0b0455e0961dd5b688122a;hp=a5ae6016d215409d685da08ed33f6a6208aec0b0;hb=HEAD;hpb=d97989d1e0db7282c723cabb44b991b951790006 diff --git a/doc/html/man/ncurses6-config.1.html b/doc/html/man/ncurses6-config.1.html deleted file mode 100644 index a5ae6016..00000000 --- a/doc/html/man/ncurses6-config.1.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - -ncurses6-config 1 - - - - -

ncurses6-config 1

-
-ncurses6-config(1)          General Commands Manual         ncurses6-config(1)
-
-
-
-
-

NAME

-       ncurses6-config - helper script for ncurses libraries
-
-
-

SYNOPSIS

-       ncurses6-config [options]
-
-
-

DESCRIPTION

-       This  is  a  shell  script  which  simplifies  configuring applications
-       against a particular set of ncurses libraries.
-
-
-

OPTIONS

-       --prefix
-              echos the package-prefix of ncurses
-
-       --exec-prefix
-              echos the executable-prefix of ncurses
-
-       --cflags
-              echos the C compiler flags needed to compile with ncurses
-
-       --libs echos the libraries needed to link with ncurses
-
-       --version
-              echos the release+patchdate version of ncurses
-
-       --abi-version
-              echos the ABI version of ncurses
-
-       --mouse-version
-              echos the mouse-interface version of ncurses
-
-       --bindir
-              echos the directory containing ncurses programs
-
-       --datadir
-              echos the directory containing ncurses data
-
-       --includedir
-              echos the directory containing ncurses header files
-
-       --libdir
-              echos the directory containing ncurses libraries
-
-       --mandir
-              echos the directory containing ncurses manpages
-
-       --terminfo
-              echos the $TERMINFO terminfo database path, e.g.,
-              /usr/share/terminfo
-
-       --terminfo-dirs
-              echos the $TERMINFO_DIRS directory list, e.g.,
-              /usr/local/ncurses/share/terminfo:/usr/share/terminfo
-
-       --termpath
-              echos the $TERMPATH termcap list, if support for termcap is con-
-              figured.
-
-       --help prints this message
-
-
-

SEE ALSO

-       curses(3x)
-
-       This describes ncurses version 6.1 (patch 20191130).
-
-
-
-                                                            ncurses6-config(1)
-
- - -