From: Bruno Haible Date: Sun, 14 Oct 2018 21:34:22 +0000 (+0200) Subject: examples: Update developer documentation. X-Git-Tag: v0.20~355 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ab0ebc4e63d1767b985cc76d698c54eaeb1e866;p=thirdparty%2Fgettext.git examples: Update developer documentation. * gettext-tools/examples/hello-csharp*/po/Makefile.am: Add comment. * gettext-tools/examples/hello-tcl*/po/Makefile.am: Likewise. --- diff --git a/gettext-tools/examples/hello-csharp-forms/po/Makefile.am b/gettext-tools/examples/hello-csharp-forms/po/Makefile.am index 31d0e5728..45a85d81c 100644 --- a/gettext-tools/examples/hello-csharp-forms/po/Makefile.am +++ b/gettext-tools/examples/hello-csharp-forms/po/Makefile.am @@ -278,3 +278,5 @@ $(DUMMYPOFILES): update-resourcesdll: Makefile $(RESOURCESDLLFILES) @: +# The Makefile rules for $(RESOURCESDLLFILES) are generated by the macro +# AM_POSTPROCESS_PO_MAKEFILE. diff --git a/gettext-tools/examples/hello-csharp/po/Makefile.am b/gettext-tools/examples/hello-csharp/po/Makefile.am index 31d0e5728..45a85d81c 100644 --- a/gettext-tools/examples/hello-csharp/po/Makefile.am +++ b/gettext-tools/examples/hello-csharp/po/Makefile.am @@ -278,3 +278,5 @@ $(DUMMYPOFILES): update-resourcesdll: Makefile $(RESOURCESDLLFILES) @: +# The Makefile rules for $(RESOURCESDLLFILES) are generated by the macro +# AM_POSTPROCESS_PO_MAKEFILE. diff --git a/gettext-tools/examples/hello-tcl-tk/po/Makefile.am b/gettext-tools/examples/hello-tcl-tk/po/Makefile.am index 78b645b9a..90ecf29f1 100644 --- a/gettext-tools/examples/hello-tcl-tk/po/Makefile.am +++ b/gettext-tools/examples/hello-tcl-tk/po/Makefile.am @@ -274,3 +274,5 @@ $(DUMMYPOFILES): update-msg: Makefile $(MSGFILES) @: +# The Makefile rules for $(MSGFILES) are generated by the macro +# AM_POSTPROCESS_PO_MAKEFILE. diff --git a/gettext-tools/examples/hello-tcl/po/Makefile.am b/gettext-tools/examples/hello-tcl/po/Makefile.am index 78b645b9a..90ecf29f1 100644 --- a/gettext-tools/examples/hello-tcl/po/Makefile.am +++ b/gettext-tools/examples/hello-tcl/po/Makefile.am @@ -274,3 +274,5 @@ $(DUMMYPOFILES): update-msg: Makefile $(MSGFILES) @: +# The Makefile rules for $(MSGFILES) are generated by the macro +# AM_POSTPROCESS_PO_MAKEFILE.