mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-08 09:25:49 +01:00
i18n: fix failing generation of the README.i18n file
The command in 'autogen.sh' was using an invalid syntax to call the script, so the file was not generated; this patch fixes the invocation. The test in the makefile was not correct because it would not generate the file if it was deleted; now the check works whether the file exists or not, and properly skips generation if it is read-only (for make distcheck). Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
2bf380cd27
commit
d309aa65d4
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Generate the documentation about compiling Window Maker
|
||||
./script/generate-txt-from-texi.sh doc/build/Translations.texi > README.i18n
|
||||
./script/generate-txt-from-texi.sh "doc/build/Translations.texi" -o "README.i18n"
|
||||
|
||||
# Change date of the files to the past so they will be regenerated by 'make'
|
||||
touch -d '2000-01-01' README.i18n
|
||||
|
||||
Reference in New Issue
Block a user