You've already forked libart-paperback
Hello libart-paperback
This commit is contained in:
31
buildfile
Normal file
31
buildfile
Normal file
@@ -0,0 +1,31 @@
|
||||
./: {art/ tests/ examples/} doc{README.md} legal{LICENSE} manifest
|
||||
|
||||
define doxyfile: file
|
||||
doxyfile{*}: extension = ""
|
||||
doxyfile{*}: in.substitution = lax
|
||||
|
||||
doxyfile{Doxyfile}: in{Doxyfile} $src_root/manifest
|
||||
{
|
||||
PRIVATE = "NO"
|
||||
}
|
||||
|
||||
doxyfile{Doxyfile-private}: in{Doxyfile} $src_root/manifest
|
||||
{
|
||||
PRIVATE = "YES"
|
||||
}
|
||||
|
||||
alias{docs}: doxyfile{Doxyfile} fsdir{$out_root/docs}
|
||||
{{
|
||||
diag doxygen $path($<[0])
|
||||
doxygen $path($<[0])
|
||||
}}
|
||||
|
||||
alias{docs-private}: doxyfile{Doxyfile-private} fsdir{$out_root/docs}
|
||||
{{
|
||||
diag doxygen $path($<[0])
|
||||
doxygen $path($<[0])
|
||||
}}
|
||||
|
||||
# Don't install tests.
|
||||
#
|
||||
tests/: install = false
|
||||
Reference in New Issue
Block a user