Home
last modified time | relevance | path

Searched full:docdir (Results 1 – 25 of 150) sorted by relevance

123456

/aosp_15_r20/external/libcups/packaging/
H A Dcups.list.in204 $DOCDIR=@CUPS_DOCROOT@
512 d 0755 root sys $DOCDIR/help -
513 f 0444 root sys $DOCDIR/help doc/help/api*.html
514 f 0444 root sys $DOCDIR/help doc/help/cupspm.*
515 f 0444 root sys $DOCDIR/help/postscript-driver.html doc/help/postscript-driver.html
516 f 0444 root sys $DOCDIR/help/ppd-compiler.html doc/help/ppd-compiler.html
517 f 0444 root sys $DOCDIR/help/raster-driver.html doc/help/raster-driver.html
518 f 0444 root sys $DOCDIR/help doc/help/spec*.html
522 d 0755 root sys $DOCDIR -
523 f 0444 root sys $DOCDIR doc/*.css
[all …]
/aosp_15_r20/external/libcups/doc/
H A DMakefile164 $(INSTALL_DIR) -m 755 $(DOCDIR)
166 $(INSTALL_MAN) $$file $(DOCDIR); \
168 $(INSTALL_DIR) -m 755 $(DOCDIR)/help
170 $(INSTALL_MAN) $$file $(DOCDIR)/help; \
173 $(INSTALL_MAN) help/man-ippfind.html $(DOCDIR)/help; \
175 $(INSTALL_DIR) -m 755 $(DOCDIR)/images
177 $(INSTALL_MAN) $$file $(DOCDIR)/images; \
183 $(INSTALL_DIR) -m 755 $(DOCDIR)/$$lang; \
184 $(INSTALL_DATA) $$lang/index.html $(DOCDIR)/$$lang; \
185 $(INSTALL_DATA) $$lang/cups.css $(DOCDIR)/$$lang >/dev/null 2>&1 || true; \
[all …]
/aosp_15_r20/external/libexif/m4m/
H A 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 …]
H A 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"
/aosp_15_r20/external/libexif/doc/
H A DMakefile.in106 am__installdirs = "$(DESTDIR)$(docdir)"
219 docdir = @docdir@
309 test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
310 @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
316 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
317 $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
322 @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
325 echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \
326 cd "$(DESTDIR)$(docdir)" && rm -f $$files
368 for dir in "$(DESTDIR)$(docdir)"; do \
[all …]
H A DMakefile.am50 mkdir -p "$(DESTDIR)$(docdir)"
55 | (cd "$(DESTDIR)$(docdir)" && tar xpf -)
59 rm -rf "$(DESTDIR)$(docdir)/$(HTML_APIDOC_INTERNALS_DIR)"
65 mkdir -p "$(DESTDIR)$(docdir)"
70 | (cd "$(DESTDIR)$(docdir)" && tar xpf -)
74 rm -rf "$(DESTDIR)$(docdir)/$(HTML_APIDOC_DIR)"
/aosp_15_r20/external/libcups/config-scripts/
H A 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")
/aosp_15_r20/external/flac/doc/
H A DMakefile.am46 $(mkinstalldirs) $(DESTDIR)$(docdir)/api
47 (cd $(builddir)/api && $(INSTALL_DATA) * $(DESTDIR)$(docdir)/api)
49 rm -rf $(DESTDIR)$(docdir)/api
58 $(mkinstalldirs) $(DESTDIR)$(docdir)/api
59 (cd $(srcdir)/api && $(INSTALL_DATA) * $(DESTDIR)$(docdir)/api)
61 rm -rf $(DESTDIR)$(docdir)/api
/aosp_15_r20/external/trace-cmd/Documentation/
H A DMakefile12 DOCDIR = $(src)/Documentation macro
14 ASCIIDOC_CONF = $(DOCDIR)/asciidoc.conf
17 MANPAGE_XSL = $(DOCDIR)/manpage-normal.xsl
61 MANPAGE_XSL = $(DOCDIR)/manpage-1.72.xsl
70 XMLTO_EXTRA += -m $(DOCDIR)/manpage-bold-literal.xsl
73 XMLTO_EXTRA += -m $(DOCDIR)/manpage-suppress-sp.xsl
/aosp_15_r20/external/libva/doc/
H A DMakefile.am69 install -d $(DESTDIR)$(docdir)/html
72 install -m 0644 html-out/$$file $(DESTDIR)$(docdir)/html ; \
74 install -d $(DESTDIR)$(docdir)/html/$$file ; \
75 install -m 0644 html-out/$$file/* $(DESTDIR)$(docdir)/html/$$file; \
80 $(RM) -rf $(DESTDIR)$(docdir)/html
/aosp_15_r20/external/libexif/
H A DMakefile.in105 am__installdirs = "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)"
261 docdir = @docdir@
372 test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
373 @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
379 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
380 $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
385 @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
388 echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \
389 cd "$(DESTDIR)$(docdir)" && rm -f $$files
736 for dir in "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)"; do \
/aosp_15_r20/external/iproute2/
H A DMakefile15 DOCDIR?=$(DATADIR)/doc/iproute2 macro
74 install -m 0755 -d $(DESTDIR)$(DOCDIR)/examples
75 install -m 0755 -d $(DESTDIR)$(DOCDIR)/examples/diffserv
77 $(DESTDIR)$(DOCDIR)/examples
79 $(DESTDIR)$(DOCDIR)/examples/diffserv
/aosp_15_r20/external/rnnoise/
H A DMakefile.am65 echo "Installing documentation in $(DESTDIR)$(docdir)"; \
66 $(INSTALL) -d $(DESTDIR)$(docdir)/html/search; \
68 $(INSTALL_DATA) $$f $(DESTDIR)$(docdir)/$$f; \
90 $(RM) -r $(DESTDIR)$(docdir)/html
/aosp_15_r20/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'))
/aosp_15_r20/external/python/setuptools/setuptools/_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'))
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/tests/
H A Dtest_build_py.py139 docdir = os.path.join(pkg_dir, "doc")
140 os.mkdir(docdir)
141 open(os.path.join(docdir, "testfile"), "w").close()
144 os.mkdir(os.path.join(docdir, 'otherdir'))
/aosp_15_r20/external/python/cpython3/Lib/distutils/tests/
Dtest_build_py.py139 docdir = os.path.join(pkg_dir, "doc")
140 os.mkdir(docdir)
141 open(os.path.join(docdir, "testfile"), "w").close()
144 os.mkdir(os.path.join(docdir, 'otherdir'))
/aosp_15_r20/external/libopus/doc/
H A Dmeson.build14 docdir = join_paths(get_option('datadir'), get_option('docdir')) variable
32 install_dir: docdir,
H A DMakefile.am25 $(INSTALL) -d $(DESTDIR)$(docdir)/html/search
27 $(INSTALL_DATA) $$f $(DESTDIR)$(docdir)/$$f; \
42 $(RM) -r $(DESTDIR)$(docdir)/html
/aosp_15_r20/build/soong/rust/
H A Ddoc.go32 docDir := android.PathForOutput(ctx, "rustdoc")
37 FlagWithArg("-C ", docDir.String()).
38 FlagWithArg("-D ", docDir.String())
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/config/
Dconfigure600 docdir
674 docdir='${datarootdir}/doc/${PACKAGE}'
676 htmldir='${docdir}'
677 dvidir='${docdir}'
678 pdfdir='${docdir}'
679 psdir='${docdir}'
747 -docdir | --docdir | --docdi | --doc | --do)
748 ac_prev=docdir ;;
749 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
750 docdir=$ac_optarg ;;
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/
H A Duninstall.sh584 # HACK: Try to support overriding --docdir. Paths with the form
585 # "share/doc/$product/" can be redirected to a single --docdir
586 # path. If the following detects that --docdir has been specified
819 # NB See the docdir handling in install_components for an explanation of this
821 valopt docdir "\<default\>" "install documentation in PATH"
/aosp_15_r20/prebuilts/rust/darwin-x86/1.81.0/lib/rustlib/
H A Duninstall.sh584 # HACK: Try to support overriding --docdir. Paths with the form
585 # "share/doc/$product/" can be redirected to a single --docdir
586 # path. If the following detects that --docdir has been specified
819 # NB See the docdir handling in install_components for an explanation of this
821 valopt docdir "\<default\>" "install documentation in PATH"
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/
H A Duninstall.sh584 # HACK: Try to support overriding --docdir. Paths with the form
585 # "share/doc/$product/" can be redirected to a single --docdir
586 # path. If the following detects that --docdir has been specified
819 # NB See the docdir handling in install_components for an explanation of this
821 valopt docdir "\<default\>" "install documentation in PATH"
/aosp_15_r20/prebuilts/rust/darwin-x86/1.80.1/lib/rustlib/
H A Duninstall.sh584 # HACK: Try to support overriding --docdir. Paths with the form
585 # "share/doc/$product/" can be redirected to a single --docdir
586 # path. If the following detects that --docdir has been specified
819 # NB See the docdir handling in install_components for an explanation of this
821 valopt docdir "\<default\>" "install documentation in PATH"

123456