diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-20 08:55:37 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-20 08:55:37 +0200 |
commit | 01399cea3ff5d5d64c987d06c882a1c7c9cdd878 (patch) | |
tree | b0df201f3bec90a94e6d373b71448d97ea6fa5fc /libmprint/buildfile | |
parent | d8c1605ced6e9445b8ef6fdf7ab5dde4021d454a (diff) |
Add modularized version
Diffstat (limited to 'libmprint/buildfile')
-rw-r--r-- | libmprint/buildfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libmprint/buildfile b/libmprint/buildfile new file mode 100644 index 0000000..f02884e --- /dev/null +++ b/libmprint/buildfile @@ -0,0 +1,8 @@ +./: libmprint/ 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 |