X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/f086616f7bc6b8f1fd2c23530a7a2337a67c110e..ae9572076483acb16c70fb060e0fc3a158b06ab7:/Makefile diff --git a/Makefile b/Makefile index 9396f38..f05c0f1 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ config.sml: mlton: bin/domtool-server bin/domtool-client bin/domtool-slave \ bin/domtool-admin bin/domtool-doc bin/dbtool bin/vmail \ - bin/smtplog bin/setsa bin/mysql-fixperms bin/webbw + bin/smtplog bin/setsa bin/mysql-fixperms bin/webbw bin/quotas smlnj: $(COMMON_DEPS) openssl/smlnj/FFI/libssl.h.cm src/domtool.cm @@ -152,6 +152,9 @@ bin/mysql-fixperms: $(COMMON_MLTON_DEPS) src/mysql-fixperms.mlb bin/webbw: $(COMMON_MLTON_DEPS) src/stats/webbw.mlb mlton -output bin/webbw src/stats/webbw.mlb +bin/quotas: $(COMMON_MLTON_DEPS) src/stats/quotas.mlb + mlton -output bin/quotas src/stats/quotas.mlb + elisp/domtool-tables.el: lib/*.dtl bin/domtool-doc bin/domtool-doc -basis -emacs >$@ @@ -182,6 +185,7 @@ install: -cp bin/mysql-fixperms /usr/local/bin/ -cp bin/vmailpasswd /usr/local/bin/ -cp bin/webbw /usr/local/sbin/ + -cp bin/quotas /usr/local/sbin/ cp src/plugins/domtool-postgres /usr/local/sbin/ cp src/plugins/domtool-mysql /usr/local/sbin/ -mkdir -p $(EMACS_DIR)