SUBDIRS = src # uncomment the following if abridge requires the math library #abridge_LDADD=-lm EXTRA_DIST=abridge.lsm.in abridge.1 debian darcs_test autogen.sh #NAME.texinfo abridge.spec.in # if you write a self-test script named `chk', uncomment the # following and add `chk' to the EXTRA_DIST list #TESTS=chk # build and install the .info pages #info_TEXINFOS = abridge.texinfo #abridge_TEXINFOS = gpl.texinfo # install the man pages man_MANS=abridge.1 deb : dist cp abridge-@VERSION@.tar.gz /tmp && \ cd /tmp && rm -rf abridge-@VERSION@ && \ tar zxvf abridge-@VERSION@.tar.gz && \ cd abridge-@VERSION@ && debuild