]> git.llucax.com Git - software/makeit.git/commit
Add doxygen-generated documentation support
authorLeandro Lucarella <llucarella@integratech.com.ar>
Mon, 21 Sep 2009 15:46:03 +0000 (12:46 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Thu, 24 Sep 2009 13:38:29 +0000 (10:38 -0300)
commitbd1e098b0726f0ffdca3bea2937fada9dbabd9b4
treed704596e270f2c19017b1ae2a43e273a494fa63b
parente894fac200892232cda15e013c5cfbdcf5f90ef5
Add doxygen-generated documentation support

Now Lib.mak handle a new $D directory, where generated documentation should
be built. A new "doc" phony rule is created to build all the documentation.
Makefiles can append targets to the $(doc) variable to be build when the
"doc" is used as a goal.

A very specific but reasonably useful pattern rule is added to build
doxygen based documentation. See the rule comment for more details.

The example sub-project "otherproj" now includes doxygen-generated
documentation as an example.
Lib.mak
subproj/Build.mak
subproj/Doxyfile [new file with mode: 0644]
subproj/otherproj.h