Alex Kost <alez...@gmail.com> writes: > Since now we have 'emacs-byte-compile-directory', the elisp files may > also be compiled. I modified your patch to: > > - move patching the variables (including 'pdf-tools-handle-upgrades') > into a separate phase; > - compile the elisp files; > - generate autoloads.
Thank you! > So if there is no way to "build" elisp files using the top-level > Makefile, and then to "build" epdfinfo using "autogen.sh" and friends > from the "server" subdir, I think the attached patch will do. WDYT? The top-level Makefile uses ‘cask’ to bytecompile and test the package tarball. The ‘$(PACKAGE_NAME).tar’ target contains the only line that copies the elisp files to the target directory, but it’s amidst lines required for building the tarball. I don’t think there’s a good way to reuse the top-level Makefile. ~~ Ricardo