Home
last modified time | relevance | path

Searched refs:docs (Results 1 – 25 of 264) sorted by relevance

1234567891011

/freebsd/contrib/kyua/integration/
H A Dcmd_about_test.sh63 mkdir docs
64 echo "* Author (no email)" >docs/AUTHORS
65 echo "* Contributor <contributor@example.net>" >docs/CONTRIBUTORS
66 echo "Copyright text" >docs/LICENSE
67 export KYUA_DOCDIR=docs
87 mkdir docs
88 echo "* Author (no email)" >docs/AUTHORS
89 echo "* Contributor <contributor@example.net>" >docs/CONTRIBUTORS
90 export KYUA_DOCDIR=docs
91 cat docs/AUTHORS docs/CONTRIBUTORS >expout
[all …]
/freebsd/contrib/lutok/
H A DMakefile.am171 all-local: api-docs/api-docs.tag
173 api-docs/api-docs.tag: $(builddir)/Doxyfile $(SOURCES)
174 $(AM_V_GEN)rm -rf api-docs; \
175 mkdir -p api-docs; \
176 ${DOXYGEN} $(builddir)/Doxyfile 2>&1 | tee api-docs/warnings; \
177 rm -f api-docs/html/installdox
178 api-docs/html: api-docs/api-docs.tag
180 CLEAN_TARGETS += clean-api-docs
181 clean-api-docs:
182 rm -rf api-docs
[all …]
H A DDoxyfile.in38 GENERATE_TAGFILE = @top_builddir@/api-docs/api-docs.tag
43 OUTPUT_DIRECTORY = @top_builddir@/api-docs
/freebsd/contrib/kyua/
H A DMakefile.am150 PHONY_TARGETS += check-api-docs
151 check-api-docs: api-docs/api-docs.tag
152 @$(AWK) -f $(srcdir)/admin/check-api-docs.awk api-docs/doxygen.out
154 api-docs/api-docs.tag: $(builddir)/Doxyfile $(SOURCES)
155 @$(MKDIR_P) api-docs
156 @rm -f api-docs/doxygen.out api-docs/doxygen.out.tmp
158 >api-docs/doxygen.out.tmp 2>&1 && \
159 mv api-docs/doxygen.out.tmp api-docs/doxygen.out
161 CLEAN_TARGETS += clean-api-docs
162 clean-api-docs:
[all …]
H A DDoxyfile.in40 GENERATE_TAGFILE = @top_builddir@/api-docs/api-docs.tag
46 OUTPUT_DIRECTORY = @top_builddir@/api-docs
/freebsd/contrib/ncurses/misc/
H A Dncu2openbsd419 my $docs = shift;
420 my @docs = &read_file($docs);
422 for my $n ( 0 .. $#docs ) {
423 if ( $docs[$n] =~ /^[.']\\"\s+t\b.*/ ) {
427 elsif ( $docs[$n] =~ /^\./ ) {
435 my $docs = shift;
436 my $src = "$source_dir/man/$docs";
437 my $dst = "$update_dir/$docs";
449 my $docs = shift;
451 &copy_1doc( $docs . ".1" );
[all …]
/freebsd/sys/contrib/openzfs/contrib/debian/
H A DMakefile.am8 dist_noinst_DATA += %D%/openzfs-libnvpair3.docs
13 dist_noinst_DATA += %D%/openzfs-libuutil3.docs
15 dist_noinst_DATA += %D%/openzfs-libzfs6.docs
17 dist_noinst_DATA += %D%/openzfs-libzfsbootenv1.docs
19 dist_noinst_DATA += %D%/openzfs-libzfs-dev.docs
21 dist_noinst_DATA += %D%/openzfs-libzpool6.docs
26 dist_noinst_DATA += %D%/openzfs-zfs-dkms.docs
39 dist_noinst_DATA += %D%/openzfs-zfsutils.docs
/freebsd/contrib/ntp/sntp/libevent/
H A Ddoxygen.am7 # make clean # clean docs generated by doxygen
16 # Use 'make clean' to clean docs generated by doxygen.
24 # Docs will be installed. It may be one or more docs supported
28 # Rules for installing docs generated by doxygen into $(htmldir),
40 # Rules for uninstalling docs generated by doxygen from $(htmldir)
/freebsd/contrib/libevent/
H A Ddoxygen.am7 # make clean # clean docs generated by doxygen
16 # Use 'make clean' to clean docs generated by doxygen.
24 # Docs will be installed. It may be one or more docs supported
28 # Rules for installing docs generated by doxygen into $(htmldir),
40 # Rules for uninstalling docs generated by doxygen from $(htmldir)
/freebsd/contrib/libxo/
H A DMakefile.am32 docs: target
33 @(cd doc ; ${MAKE} docs)
47 upload: dist upload-docs upload-xohtml-files
51 upload-docs: docs upload-html
/freebsd/contrib/file/magic/Magdir/
H A Dpwsafe9 # https://passwordsafe.svn.sourceforge.net/viewvc/passwordsafe/trunk/pwsafe/pwsafe/docs/formatV3.txt
10 # V2 https://passwordsafe.svn.sourceforge.net/viewvc/passwordsafe/trunk/pwsafe/pwsafe/docs/formatV2…
11 # V1 https://passwordsafe.svn.sourceforge.net/viewvc/passwordsafe/trunk/pwsafe/pwsafe/docs/notes.txt
H A Dcoverage70 # cf. https://llvm.org/docs/doxygen/html/InstrProfData_8inc_source.html
81 # cf. https://llvm.org/docs/CoverageMappingFormat.html
82 # https://llvm.org/docs/doxygen/html/namespacellvm_1_1IndexedInstrProf.html
83 # https://llvm.org/docs/CommandGuide/llvm-cov.html
84 # https://llvm.org/docs/CommandGuide/llvm-profdata.html
H A Dgimp15 # URL: https://docs.gimp.org/en/gimp-concepts-palettes.html
27 # Reference: https://gitlab.gnome.org/GNOME/gimp/blob/master/devel-docs/xcf.txt
64 # URL: https://docs.gimp.org/en/gimp-using-animated-brushes.html
/freebsd/sys/contrib/openzfs/
H A DREADME.md1 ![img](https://openzfs.github.io/openzfs-docs/_static/img/logo/480px-Open-ZFS-Secondary-Logo-Colour…
12 * [Documentation](https://openzfs.github.io/openzfs-docs/) - for using and developing this repo
14 …* [Mailing lists](https://openzfs.github.io/openzfs-docs/Project%20and%20Community/Mailing%20Lists…
20 be found at the [Getting Started Page](https://openzfs.github.io/openzfs-docs/Getting%20Started/ind…
/freebsd/contrib/googletest/googletest/docs/
H A DREADME.md4 the top-level [docs](../../docs) directory.
/freebsd/contrib/googletest/googlemock/docs/
H A DREADME.md4 the top-level [docs](../../docs) directory.
/freebsd/contrib/llvm-project/lld/
H A D.gitignore3 # See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
24 docs/_build
/freebsd/crypto/openssl/doc/
H A DREADME.md11 Moved to the web, <https://www.openssl.org/docs/standards.html>
30 <https://www.openssl.org/docs/manpages.html>
/freebsd/contrib/bmake/mk/
H A Djava.mk39 .if !target(docs)
40 docs:
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Dsti-mailbox.txt36 - compatible : Many (See the client docs)
39 Cells must match 'mbox-cells' (See Controller docs above)
H A Dhisilicon,hi3660-mailbox.txt37 - compatible : See the client docs
39 Cells must match 'mbox-cells' (See Controller docs above)
/freebsd/tools/kerneldoc/subsys/
H A DREADME18 - DOXYGEN_DEST_PATH (where the docs are generated)
26 Programs needed to generate the API docs:
/freebsd/
H A DREADME.md13 …uilding userland](https://docs.freebsd.org/en/books/handbook/cutting-edge/#makeworld), and [Handbo…
47 …BSD Project's development branches, please see [FreeBSD Handbook](https://docs.freebsd.org/en/book…
/freebsd/sys/contrib/openzfs/.github/
H A DCONTRIBUTING.md4 …src="https://openzfs.github.io/openzfs-docs/_static/img/logo/480px-Open-ZFS-Secondary-Logo-Colour-…
37 * [OpenZFS Documentation](https://openzfs.github.io/openzfs-docs/)
39 …* [Git and GitHub for beginners](https://openzfs.github.io/openzfs-docs/Developer%20Resources/Git%…
45 instructions](https://openzfs.github.io/openzfs-docs/Developer%20Resources/Building%20ZFS.html),
47 repository](https://openzfs.github.io/openzfs-docs/Getting%20Started/index.html).
58 page](https://openzfs.github.io/openzfs-docs/Basic%20Concepts/Troubleshooting.html).
62 list](https://openzfs.github.io/openzfs-docs/Project%20and%20Community/Mailing%20Lists.html)
70 list](https://openzfs.github.io/openzfs-docs/Project%20and%20Community/Mailing%20Lists.html)
136 [rebase](https://git-scm.com/docs/git-rebase) (squash).
149 https://openzfs.github.io/openzfs-docs/Developer%20Resources/Building%20ZFS.html#running-zloop-sh-a…
/freebsd/contrib/googletest/docs/
H A Dquickstart-bazel.md28 [Bazel workspace](https://docs.bazel.build/versions/main/build-ref.html#workspace)
42 [Bazel external dependency](https://docs.bazel.build/versions/main/external.html)
44 [`http_archive` rule](https://docs.bazel.build/versions/main/repo/http.html#http_archive).
106 [Bazel C++ Tutorial](https://docs.bazel.build/versions/main/tutorial/cpp.html).

1234567891011