mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 06:38:05 +01:00
As pointed by Douglas Torrance, there are some case where the 2 docs INSTALL-WMAKER and README.i18n are not re-generated properly, one of the cases being if the user grabs the sources from Git to make a source package only (ie, without compiling anything). This patch adds a hook to "make dist" so it will re-generate the docs if needed. Because the "dist-hook" is run after Automake has copied the files to the temporary directory (distdir) then we also include an explicit copy of the files there to have the latest version. Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This directory contains the sources for the documentation about building the Window Maker project from sources. This documentation is meant to go into the distributed sources archive, but it is not supposed to be installed as it contains no relevant information. The documentaion are written in GNU Texinfo format and a script converts them into plain text for distribution.