]> git.tuebingen.mpg.de Git - paraslash.git/commit - Makefile.real
build: Remove some unused variables from Makefile.real.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 29 Jun 2016 20:21:35 +0000 (22:21 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Mar 2017 09:02:28 +0000 (11:02 +0200)
commit347cc5d773017d1dfeac0781541b618627cf7bd9
tree17508a2c71ee1ccf265e7bbf92028a3d43ec1504
parent8587981e8156ca725377792259ed653f112bcb98
build: Remove some unused variables from Makefile.real.

All executables are converted, so $converted_executables is the same
as $executables, modulo executables which can not be built (and are
thus irrelevant). Similarly, $unconverted_executables is empty and
can be removed as well.

The $m4_deps variable was only used for the gengetopt files, so this
can also be removed, along with $ggo_dir.

$help2man_dir used to contain the path to the directory for the output
files of help2man. Since we now generate the man pages with lopsubgen,
$help2man_dir has become unused and can be removed.
Makefile.real