cvs commit: doc/share/mk doc.docbook.mk

Simon L. Nielsen simon at FreeBSD.org
Fri Mar 26 15:35:43 PST 2004


On 2004.03.24 01:45:32 -0800, Alexey Zelkin wrote:
> phantom     2004/03/24 01:45:31 PST
> 
>   FreeBSD doc repository
> 
>   Modified files:
>     share/mk             doc.docbook.mk 
>   Log:
>   Fix 'make package' to generate valid packages

I think this commit broke package building for Japanese documents:

[simon at eddie:contributing] pwd
/FreeBSD/doc/ja_JP.eucJP/articles/contributing
[simon at eddie:contributing] make package
/bin/mkdir -p /FreeBSD/doc/ja_JP.eucJP/articles/contributing/pkg;  (cd /FreeBSD/doc/ja_JP.eucJP/articles/contributing &&  make FORMATS=html DOCDIR=/FreeBSD/doc/ja_JP.eucJP/articles/contributing/pkg install);  PKGSRCDIR=/FreeBSD/doc/ja_JP.eucJP/articles/contributing/pkg/ja_JP.eucJP/articles/contributing;  /bin/ls -1 $PKGSRCDIR > /FreeBSD/doc/ja_JP.eucJP/articles/contributing/PLIST.html;  /usr/sbin/pkg_create -v -f /FreeBSD/doc/ja_JP.eucJP/articles/contributing/PLIST.html  -p /usr/share/doc/ja/articles/contributing -s $PKGSRCDIR  -c -"FDP contributing html package"  -d -"FDP contributing html package" /FreeBSD/doc/ja_JP.eucJP/articles/contributing/contributing.ja_JP.eucJP.html.tgz ||  (/bin/rm -fr /FreeBSD/doc/ja_JP.eucJP/articles/contributing/contributing.ja_JP.eucJP.html.tgz PLIST.html && false);  /bin/rm -rf /FreeBSD/doc/ja_JP.eucJP/articles/contributing/pkg
/bin/rm -f docbook.css
/bin/cat /FreeBSD/doc/ja_JP.eucJP/articles/contributing/../../../share/misc/docbook.css > docbook.css
/usr/local/bin/jade -V nochunks -ioutput.html -d /FreeBSD/doc/ja_JP.eucJP/articles/contributing/../../../share/sgml/default.dsl -V %generate-legalnotice-link% -V %generate-article-toc% -ioutput.html.images   -D /usr/obj/FreeBSD/doc/ja_JP.eucJP/articles/contributing -c /FreeBSD/doc/ja_JP.eucJP/articles/contributing/../../../ja_JP.eucJP/share/sgml/catalog -c /FreeBSD/doc/ja_JP.eucJP/articles/contributing/../../../share/sgml/catalog -c /usr/local/share/sgml/docbook/dsssl/modular/catalog -c /usr/local/share/sgml/iso8879/catalog -c /usr/local/share/sgml/docbook/catalog -c /usr/local/share/sgml/jade/catalog -c /usr/local/share/sgml/catalog.ports -t sgml /FreeBSD/doc/ja_JP.eucJP/articles/contributing/article.sgml > article.html ||  (/bin/rm -f article.html && false)
/usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml  article.html
*** Error code 1 (ignored)
install -C  -o simon -g simon -m 444 article.html /FreeBSD/doc/ja_JP.eucJP/articles/contributing/pkg/ja/articles/contributing
install -C  -o simon -g simon -m 444 docbook.css /FreeBSD/doc/ja_JP.eucJP/articles/contributing/pkg/ja/articles/contributing
ls: /FreeBSD/doc/ja_JP.eucJP/articles/contributing/pkg/ja_JP.eucJP/articles/contributing: No such file or directory
*** Error code 1

Stop in /FreeBSD/doc/ja_JP.eucJP/articles/contributing.
[simon at eddie:contributing] 

It somehow mixes up 'ja' and 'ja_JP.eucJP' in the paths.

BTW. my original pdf package build patch wasn't entirely correct, so I'm
doing a complete test build of a new patch now.  It will also fix 'make
clean'.  I haven't forgotten about it :).

-- 
Simon L. Nielsen
FreeBSD Documentation Team
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-doc/attachments/20040327/5dc4f4f6/attachment.bin


More information about the cvs-doc mailing list