wrlib: mark the script 'get-wraster-flags' as deprecated
[wmaker-crm.git] / doc / build / Makefile.am
blob93e3e8be81a05d38335e138a62dfd57b63c7d126
1 # The list of sources are distributed, but none are to be
2 # installed along with Window Maker:
3 EXTRA_DIST = Readme \
4         Translations.texi
6 # How to re-generate automatically the top-level text files
7 all-local: $(top_srcdir)/README.i18n
9 $(top_srcdir)/README.i18n: $(srcdir)/Translations.texi $(top_srcdir)/script/generate-txt-from-texi.sh
10         $(AM_V_GEN)if test ! -e "$(top_srcdir)/README.i18n" -o -w "$(top_srcdir)/README.i18n" ; then \
11             $(top_srcdir)/script/generate-txt-from-texi.sh \
12                 $(srcdir)/Translations.texi -o $(top_srcdir)/README.i18n \
13                 -Dversion="$(PACKAGE_VERSION)" -e "$(PACKAGE_BUGREPORT)" ; \
14         else \
15             echo "Warning: \"$(top_srcdir)/README.i18n\" is not writeable, not regenerated" ; \
16         fi