Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Oct 2017 13:17:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-doc@FreeBSD.org
Subject:   [Bug 222826] handling of dependencies in doc build
Message-ID:  <bug-222826-9@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222826

            Bug ID: 222826
           Summary: handling of dependencies in doc build
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Documentation
          Assignee: freebsd-doc@FreeBSD.org
          Reporter: wosch@FreeBSD.org

We need a better way of handling dependencies in the doc build. It should be
run automatically.


the proposed solution:

By default, the makefiles will check for dependencies of *.xml include file=
s.
If you do not like that or the build fails then you can disable this with=
=20=20

DOCBOOK_DEPS_DISABLE=3DYES

in the ./Makefile

If you want add dependencies explicitly, you can do this with

DOCBOOK_DEPS=3D ./some-file

and any change of "some-file" will force a rebuild of the document.

There are definitions of include files which does not exists (e.g. uses.xml,
versions.xml) In that case we print a warning and ignore it. This affects
mostly translated documents.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222826-9>