freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] Integrating Docwriter into FreeType


From: Werner LEMBERG
Subject: Re: [ft-devel] Integrating Docwriter into FreeType
Date: Sat, 04 Aug 2018 10:06:15 +0200 (CEST)

>> I'll be archiving my own repository (nikramakrishnan/docwriter)
>> shortly, and adding auto-deploy (to PyPI) for tagged commits.
>
> This is now done.

Thanks!

> I just realized that I have to make changes to `Jamfile' for the
> action `refdoc'.
>
> The code used there is:
>   actions RefDoc
>   {
>   python $(FT2_SRC)/tools/docmaker/docmaker.py
>           --prefix=ft2
>           --title=FreeType-2.9.1
>           --output=$(DOC_DIR)
>           $(FT2_INCLUDE)/freetype/*.h
>           $(FT2_INCLUDE)/freetype/config/*.h
>   }
>
>   RefDoc  refdoc ;
>
> Few observations/questions:
>
> * The `files' parameter here does not include
>   `$(FT2_INCLUDE)/freetype/cache/*.h' (not sure why).

Please make the call similar to the standard one.

> * How can I conditionally define $(PYTHON) here (like in *-def.mk).
>   Is this possible?

You can't – and don't worry.  Jam support is dormant; it seems nobody
is unsing it.  I just update the stuff mechanically.

> * Should I add the `refdoc-venv' action here?

Not necessary, I think.


    Werner

reply via email to

[Prev in Thread] Current Thread [Next in Thread]