Mathieu Lirzin <m...@gnu.org> skribis: > Eric Bavier <bav...@member.fsf.org> writes: > >> bavier pushed a commit to branch master >> in repository guix. >> >> commit 97966e6d65bd3d450f12c7bb41af5f9eafd35a60 >> Author: Eric Bavier <bav...@member.fsf.org> >> Date: Wed Mar 16 12:53:55 2016 -0500 >> >> build: Do not remake doc/guix.1. >> >> * doc.am (doc/guix.1): Do not depend on $(sub_commands_mans) which will >> always appear out-of-date. >> --- > > Can you explain more extensively what was the issue? I don't understand > why $(sub_commands_mans) always appeared out-of-date.
The problem was that doc/guix.1 would always be remade, as could be witnessed when running ‘make distcheck’. Ludo’.