summary refs log tree commit diff
path: root/manage.el
diff options
context:
space:
mode:
Diffstat (limited to 'manage.el')
-rw-r--r--manage.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/manage.el b/manage.el
new file mode 100644
index 0000000..62c6c52
--- /dev/null
+++ b/manage.el
@@ -0,0 +1,9 @@
+(add-to-list 'load-path (expand-file-name "./vendor/package-build"))
+
+(require 'package-build)
+
+(setq package-build-recipes-dir "/home/crazazy/recipes/"
+      package-build-archive-dir "/home/crazazy/private_html/elpa")
+
+(package-build-all)
+