Re: Managing Emacs org-mode projects with automake - how to make this easier?

2013-10-25 Thread Arne Babenhauserheide (IMK)
Am 24.10.2013 20:45, schrieb Gavin Smith: From your link: I use pyxplot for generating some plots. Pyxplot does not have a way (I know of) to search for datafiles in a different folder. I have to copy the files to the build dir and kill them after the build. But only if I use a separate

Re: Managing Emacs org-mode projects with automake - how to make this easier?

2013-10-24 Thread Gavin Smith
The not so nice part is, though, that the Makefile.am looks quite messy. Very messy in fact: $ cat Makefile.am vortrag = vortrag.pdf vortrag_DATA = vortrag.org data.txt dist-tarball.png vortragdir = . EXTRA_DIST = ${vortrag_DATA} ${vortrag} MOSTLYCLEANFILES =

Managing Emacs org-mode projects with automake - how to make this easier?

2013-10-22 Thread Arne Babenhauserheide (IMK)
Dear Automake hackers, I am using autotools to build org-mode projects and prepare them for publication. The nice part is that `make distcheck` does the hard work of checking whether all the required parts are in the distribution. The not so nice part is, though, that the Makefile.am looks