Re: minor fixes for make dist

2017-01-20 Thread Dimitrios Apostolou
On Fri, 20 Jan 2017, Jack Kelly wrote: Dimitrios Apostolou writes: By the way, it seems I'm missing an important piece of the puzzle regarding how automake operates. Can someone explain the following? ?LZIP?DIST_TARGETS += dist-lzip ?XZ?DIST_TARGETS += dist-xz ?SHAR?DIST_TARGETS += dist-s

Re: minor fixes for make dist

2017-01-19 Thread Jack Kelly
Dimitrios Apostolou writes: > By the way, it seems I'm missing an important piece of the puzzle > regarding how automake operates. Can someone explain the following? > > ?LZIP?DIST_TARGETS += dist-lzip > ?XZ?DIST_TARGETS += dist-xz > ?SHAR?DIST_TARGETS += dist-shar > ?BZIP2?DIST_TARGETS += di

Re: minor fixes for make dist

2017-01-19 Thread Dimitrios Apostolou
By the way, it seems I'm missing an important piece of the puzzle regarding how automake operates. Can someone explain the following? ?LZIP?DIST_TARGETS += dist-lzip ?XZ?DIST_TARGETS += dist-xz ?SHAR?DIST_TARGETS += dist-shar ?BZIP2?DIST_TARGETS += dist-bzip2 ?GZIP?DIST_TARGETS += dist-gzip