Home
last modified time | relevance | path

Searched refs:man1_dir (Results 1 – 14 of 14) sorted by relevance

/dports/x11/gnome-session/gnome-session-40.1.1/doc/man/
H A Dmeson.build1 man1_dir = join_paths(session_mandir, 'man1') variable
31 install_dir: man1_dir
42 install_dir: man1_dir
/dports/accessibility/feedbackd/feedbackd-b2a8061cdc7be4fa76f7fa976c67bac4f5a0055c/doc/
H A Dmeson.build60 man1_dir = get_option('mandir') + '/man1' variable
68 install_dir: man1_dir)
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/scripts/
H A Dinstall.py246man1_dir = prepend_destdir(os.path.join(options.prefix, os.path.join(cfg['mandir'], 'man1')))
247 makedirs(man1_dir)
250 os.path.join(man1_dir, 'botan.1'))
/dports/security/botan2/Botan-2.18.2/src/scripts/
H A Dinstall.py246man1_dir = prepend_destdir(os.path.join(options.prefix, os.path.join(cfg['mandir'], 'man1')))
247 makedirs(man1_dir)
250 os.path.join(man1_dir, 'botan.1'))
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/scripts/
H A Dinstall.py246man1_dir = prepend_destdir(os.path.join(options.prefix, os.path.join(cfg['mandir'], 'man1')))
247 makedirs(man1_dir)
250 os.path.join(man1_dir, 'botan.1'))
/dports/lang/mono-basic/mono-basic-4.7/man/
H A DMakefile7 MANDIR=$(DESTDIR)$(man1_dir)
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/libencryptmsg/scripts/
H A Dinstall.py258man1_dir = prepend_destdir(os.path.join(options.prefix, os.path.join(cfg['mandir'], 'man1')))
259 makedirs(man1_dir)
262 os.path.join(man1_dir, 'botan.1'))
/dports/devel/glib20/glib-2.70.4/docs/reference/gobject/
H A Dmeson.build66 install_dir: man1_dir)
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Ddefaults.h94 extern OCTINTERP_API std::string man1_dir (void);
H A Ddefaults.cc395 std::string man1_dir (void) in man1_dir() function
H A Dtoplev.cc427 { "man1dir", octave::config::man1_dir () },
/dports/devel/glib20/glib-2.70.4/docs/reference/glib/
H A Dmeson.build102 install_dir: man1_dir)
/dports/devel/glib20/glib-2.70.4/docs/reference/gio/
H A Dmeson.build242 install_dir: man1_dir)
/dports/devel/glib20/glib-2.70.4/
H A Dmeson.build2398 man1_dir = join_paths(glib_prefix, get_option('mandir'), 'man1')