diff options
Diffstat (limited to 'libmformat/buildfile')
-rw-r--r-- | libmformat/buildfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libmformat/buildfile b/libmformat/buildfile new file mode 100644 index 0000000..83b174d --- /dev/null +++ b/libmformat/buildfile @@ -0,0 +1,8 @@ +./: libmformat/ tests/ doc{version} file{manifest} + +doc{version}: file{manifest} # Generated by the version module. +doc{version}: dist = true + +# Don't install tests. +# +dir{tests/}: install = false |