>> 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
_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to