]> gitweb.michael.orlitzky.com - emacs-keys.git/blobdiff - makefile
Use autotools for the build/dist system.
[emacs-keys.git] / makefile
diff --git a/makefile b/makefile
deleted file mode 100644 (file)
index 87c6ccc..0000000
--- a/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-PN = emacs-keys
-PREFIX := /usr/local
-
-# So that "make" doesn't try to install stuff.
-all:
-
-install-console: $(DESTDIR)$(PREFIX)/share/$(PN)/console.map
-install-xorg: $(DESTDIR)$(PREFIX)/share/$(PN)/Xmodmap
-
-$(DESTDIR)$(PREFIX)/share/$(PN)%: src/%
-       install -D --mode=644 $< $@