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

This is now done.

-------

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).

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

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


-- 
Nikhil
_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to