From fe46aafabf79d4b468209c487c153a0637c153ee Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 9 Mar 2021 23:24:50 -0700 Subject: build and install consfigurator.el Signed-off-by: Sean Whitton --- debian/rules | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 7e8a674..923e881 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,14 @@ #!/usr/bin/make -f +ELPA_NAME=consfigurator +export ELPA_NAME + %: - dh $@ --with sphinxdoc + dh $@ --with sphinxdoc,elpa override_dh_auto_build: make -C doc html info + make -C emacs consfigurator.el override_dh_auto_clean: find src -name "*.fasl" -delete -- cgit v1.2.3