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: Nikhil Ramakrishnan
Subject: Re: [ft-devel] Integrating Docwriter into FreeType
Date: Sat, 4 Aug 2018 12:56:37 +0530


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

reply via email to

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