Home
last modified time | relevance | path

Searched refs:docdir (Results 1 – 25 of 160) sorted by relevance

1234567

/external/libexif/m4m/
Dgp-documentation.m434 AC_MSG_CHECKING([main docdir])
37 then # docdir is given as parameter
38 docdir="${with_doc_dir}"
39 AC_MSG_RESULT([${docdir} (from parameter)])
40 else # otherwise invent a docdir hopefully compatible with system policy
53 AC_MSG_CHECKING([package docdir])
58 docdir="${maindocdir}/${PACKAGE}-${VERSION}"
59 AC_MSG_RESULT([${docdir} (redhat style)])
61 docdir="${maindocdir}/${PACKAGE}"
62 AC_MSG_RESULT([${docdir} (default style)])
[all …]
Dgp-packaging.m440 # required for docdir
53 else # start at docdir
54 hotplugdocdir="${docdir}/linux-hotplug"
68 else # start at docdir
69 hotplugusermapdir="${docdir}/linux-hotplug"
/external/libopus/doc/
Dmeson.build14 docdir = join_paths(get_option('datadir'), get_option('docdir')) variable
32 install_dir: docdir,
DMakefile.am25 $(INSTALL) -d $(DESTDIR)$(docdir)/html/search
27 $(INSTALL_DATA) $$f $(DESTDIR)$(docdir)/$$f; \
42 $(RM) -r $(DESTDIR)$(docdir)/html
/external/python/cpython2/Lib/distutils/tests/
Dtest_build_py.py113 docdir = os.path.join(pkg_dir, "doc")
114 os.mkdir(docdir)
115 open(os.path.join(docdir, "testfile"), "w").close()
118 os.mkdir(os.path.join(docdir, 'otherdir'))
/external/libcups/config-scripts/
Dcups-directories.m4203 AC_ARG_WITH(docdir, [ --with-docdir set path for documentation],docdir="$withval",docdir optwith
205 if test x$docdir = x; then
207 docdir="$datadir/doc/cups"
209 CUPS_DOCROOT="$docdir"
212 AC_DEFINE_UNQUOTED(CUPS_DOCROOT, "$docdir")
/external/rnnoise/
DMakefile.am66 $(INSTALL) -d $(DESTDIR)$(docdir)/html/search; \
68 $(INSTALL_DATA) $$f $(DESTDIR)$(docdir)/$$f; \
90 $(RM) -r $(DESTDIR)$(docdir)/html
/external/libepoxy/doc/
Dmeson.build18 docdir = join_paths(epoxy_datadir, 'doc') variable
25 install_dir: join_paths(docdir, 'epoxy'))
/external/python/cpython3/Lib/distutils/tests/
Dtest_build_py.py137 docdir = os.path.join(pkg_dir, "doc")
138 os.mkdir(docdir)
139 open(os.path.join(docdir, "testfile"), "w").close()
142 os.mkdir(os.path.join(docdir, 'otherdir'))
/external/openssh/contrib/cygwin/
DMakefile8 docdir=$(datadir)/doc macro
9 sshdocdir=$(docdir)/openssh
10 cygdocdir=$(docdir)/Cygwin
/external/wayland/doc/publican/
DMakefile.am91 pubdir = $(docdir)/Wayland/en-US
154 @if test -n $(DESTDIR)$(docdir); then \
155 if test -d $(DESTDIR)$(docdir); then \
157 rm -fr $(DESTDIR)$(docdir)/Wayland; \
/external/libogg/doc/
DMakefile.am5 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) macro
/external/kmod/
Dautogen.sh9 gtkdocize --docdir libkmod/docs || touch libkmod/docs/gtk-doc.make
/external/icu/icu4c/source/
DMakefile.in19 docdir = $(datadir)/doc
210 $(RM) -r $(DESTDIR)$(docdir)/$(docsubdir)
211 $(MKINSTALLDIRS) $(DESTDIR)$(docdir)/$(docsubdir)
212 $(INSTALL_DATA) $(docfiles) $(DESTDIR)$(docdir)/$(docsubdir)
/external/libogg/doc/libogg/
DMakefile.am3 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/ogg macro
/external/speex/
DSpeexDSP.spec37 - Added buildroot and docdir and ldconfig. Makes it builadble by non-roots
DSpeexDSP.spec.in37 - Added buildroot and docdir and ldconfig. Makes it builadble by non-roots
/external/libabigail/doc/
DMakefile.am71 -rm -rf $(DESTDIR)$(docdir)
/external/libopus/
Dmeson_options.txt22 option('docdir', type: 'string', value: 'doc/opus', description: 'Directory to install documentatio… string
/external/ipsec-tools/src/include-glibc/
DMakefile.in143 docdir = @docdir@
/external/libabigail/doc/manuals/
DMakefile.am206 -rm -rf $(DESTDIR)$(docdir)/manual/html
/external/libcap-ng/libcap-ng-0.7/m4/
DMakefile.in194 docdir = @docdir@
/external/brotli/
Dconfigure-cmake125 --docdir=DIR documentation root [DATAROOTDIR/doc/PROJECT_NAME]
/external/speex/win32/VS2008/libspeexdsp/
DMakefile.in216 docdir = @docdir@
/external/speex/win32/VS2005/libspeexdsp/
DMakefile.in216 docdir = @docdir@

1234567