]> git.lyx.org Git - lyx.git/commit
Fix distcheck target
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 26 Jan 2020 18:46:19 +0000 (19:46 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 24 Nov 2022 22:50:09 +0000 (23:50 +0100)
commite829576bb7a88907e14c25146e2e49093fa83f43
tree1d0dfbd41d0fedf7a062f1c70b78e3e084ca6669
parent7d70bb0f699cce8df0d919110c0085243cd93b08
Fix distcheck target

1/ The most annoying part was the error in po/. It turns out that reading
and understanding the po/Makevars file was the key. A simple change of
variable ensures that "make dist" does not try to rebuild lyx.pot.

2/ The way tests in src/ are defined meant that the
dependency-tracking files were not all deleted. This should be OK now.

(cherry picked from commit 9017581ecf26c5e651ee1bccc053285a1b21ca29)
po/Makevars
src/Makefile.am
status.23x