diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-20 08:55:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-20 08:55:33 +0200 |
commit | 0f6b759e11451b9cdae4b5f64fdcc82989161482 (patch) | |
tree | a87e04705a8bde79c7748e79360c0e7a85781312 /libmhello/buildfile | |
parent | 66aa08841aa5a920793264aba6b2b2aa6e271325 (diff) |
Add modularized version
Diffstat (limited to 'libmhello/buildfile')
-rw-r--r-- | libmhello/buildfile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libmhello/buildfile b/libmhello/buildfile new file mode 100644 index 0000000..2b699a3 --- /dev/null +++ b/libmhello/buildfile @@ -0,0 +1,9 @@ +./: libmhello/ tests/ doc{INSTALL version} file{manifest} + +doc{version}: file{manifest} # Generated by the version module. +doc{version}: dist = true + +# Don't install tests or the INSTALL file. +# +dir{tests/}: install = false +doc{INSTALL}@./: install = false |