Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Sep 2023 06:55:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 274073] documentation/Makefile: ambiguous target: all
Message-ID:  <bug-274073-9@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 274073
           Summary: documentation/Makefile: ambiguous target: all
           Product: Documentation
           Version: Latest
          Hardware: Any
               URL: https://github.com/freebsd/freebsd-doc/blob/8b69e0b9bd
                    d4f902d7d1d9acd0b15f7542de6470/documentation/Makefile#
                    L6-L18
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Books & Articles
          Assignee: doc@FreeBSD.org
          Reporter: grahamperrin@gmail.com

Lines 6--8:=20

# Targets intended for use on the command line
#
# all (default) -       generate the books TOC and compile all the
documentation

I assumed that 'all' would include the 'pdf' target at line 11.=20

>From attachment 245207 (with make DOC_LANG=3Den), and from what's below, it=
 seems
not.=20

Please, what's the meaning of all, here?

----% cd /usr/doc/documentation && make clean
rm -rf resources public
rm -f static/pgpkeys/pgpkeys.txt
% make DOC_LANG=3Den all
---------------------------------------------------------------
Building the documentation
included languages: en
excluded languages: bn-bd da de el es fr hu id it ja ko mn nl pl pt-br ru tr
zh-cn zh-tw
---------------------------------------------------------------
/usr/local/bin/ruby ./tools/global-pgpkeys-creator.rb
HUGO_DISABLELANGUAGES=3D" bn-bd da de el es fr hu id it ja ko mn nl pl pt-b=
r ru
tr zh-cn zh-tw" /usr/local/bin/hugo --minify
WARN  DEPRECATED: Kind "taxonomyterm" used in disableKinds is deprecated, u=
se
"taxonomy" instead.
WARN  Unknown kind "list" in outputs configuration.
WARN  Unknown kind "single" in outputs configuration.
Start building sites =E2=80=A6=20
hugo v0.118.2+extended freebsd/amd64 BuildDate=3D2023-09-02T09:28:48Z+0000
VendorInfo=3Dfreebsd


                   |  EN=20=20=20
-------------------+-------
  Pages            | 1177=20=20
  Paginator pages  |    0=20=20
  Non-page files   |    0=20=20
  Static files     |  825=20=20
  Processed images |    0=20=20
  Aliases          |    1=20=20
  Sitemaps         |    2=20=20
  Cleaned          |    0=20=20

Total in 91458 ms
% find /usr/doc/documentation/public -name *.pdf* -print
find: No match.
%

--=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-274073-9>