X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;fp=Makefile.am;h=dacdaae43368fe5ef5d3570d14ed6d9a831e9d28;hb=c24bb0d346e6105e9cac4f7f0817e8c16ae1c67d;hp=0000000000000000000000000000000000000000;hpb=c452643c4da4dff740b826daf0925f23833ad2ca;p=emacs-keys.git diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..dacdaae --- /dev/null +++ b/Makefile.am @@ -0,0 +1,12 @@ +EXTRA_DIST = doc src + +consoledir = $(pkgdatadir) +nodist_console_DATA = $(srcdir)/src/console.map + +if XMODMAP + # Without this set, we won't try to install the Xmodmap file. + xmodmapdir = $(pkgdatadir) + nodist_xmodmap_DATA = $(srcdir)/src/Xmodmap +endif + +nodist_doc_DATA = $(srcdir)/doc/README