Skip to content
  • Iustin Pop's avatar
    Fix dist archive generation · d9f02980
    Iustin Pop authored
    
    
    As reported in issue 140, the timestamps of the generated files can be
    older than the commit timestamp, leading to needless rebuilds of man
    pages and such. Furthermore, with the man pages not built, it
    currently fails, as there is no dependency on them.
    
    Therefore, we change the ‘dist’ rule so that it forces a
    maintainer-clean and then explicitly rebuilds the needed targets, so
    that we have up-to-date timestamps.
    
    Last, we also ship the HTML versions of the man pages.
    
    Signed-off-by: default avatarIustin Pop <iustin@google.com>
    Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
    d9f02980