From: Bruno Haible Date: Sun, 16 Nov 2003 15:21:37 +0000 (+0000) Subject: New subdirectory 'examples'. X-Git-Tag: v0.13~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e76db3272835e866f90c036f6e0f642f71a5e1bf;p=thirdparty%2Fgettext.git New subdirectory 'examples'. --- diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index fa4ad1cef..72615530e 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,15 @@ +2003-11-15 Bruno Haible + + * configure.ac (AC_CONFIG_FILES): Create examples/Makefile, + examples, installpaths, examples/po/Makefile. + * Makefile.am (SUBDIRS): Add examples. + * Makefile.msvc (all, install, installdirs, uninstall, check, + mostlyclean, clean, distclean, maintainer-clean): Recurse into + examples. + * Makefile.vms (all, install, installdirs, uninstall, check, + mostlyclean, clean, distclean, maintainer-clean): Recurse into + examples. + 2003-11-13 Bruno Haible * configure.ac (docdir): New variable. diff --git a/gettext-tools/Makefile.am b/gettext-tools/Makefile.am index 5ea01522a..eb504d1a6 100644 --- a/gettext-tools/Makefile.am +++ b/gettext-tools/Makefile.am @@ -20,7 +20,7 @@ AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../config/m4 -SUBDIRS = doc intl lib libuniname src po projects misc man m4 tests +SUBDIRS = doc intl lib libuniname src po projects misc man m4 tests examples EXTRA_DIST = misc/DISCLAIM diff --git a/gettext-tools/Makefile.msvc b/gettext-tools/Makefile.msvc index 05ac6dfe1..2da4342a7 100644 --- a/gettext-tools/Makefile.msvc +++ b/gettext-tools/Makefile.msvc @@ -116,6 +116,9 @@ all : config.h force cd tests $(MAKE) -f Makefile.msvc all cd .. + cd examples + $(MAKE) -f Makefile.msvc all + cd .. config.h : config.h.msvc -$(RM) config.h @@ -152,6 +155,9 @@ install : force cd tests $(MAKE) -f Makefile.msvc install cd .. + cd examples + $(MAKE) -f Makefile.msvc install + cd .. installdirs : force cd doc @@ -184,6 +190,9 @@ installdirs : force cd tests $(MAKE) -f Makefile.msvc installdirs cd .. + cd examples + $(MAKE) -f Makefile.msvc installdirs + cd .. uninstall : force cd doc @@ -216,6 +225,9 @@ uninstall : force cd tests $(MAKE) -f Makefile.msvc uninstall cd .. + cd examples + $(MAKE) -f Makefile.msvc uninstall + cd .. check : all force cd doc @@ -248,6 +260,9 @@ check : all force cd tests $(MAKE) -f Makefile.msvc check cd .. + cd examples + $(MAKE) -f Makefile.msvc check + cd .. mostlyclean : force cd doc @@ -280,6 +295,9 @@ mostlyclean : force cd tests $(MAKE) -f Makefile.msvc mostlyclean cd .. + cd examples + $(MAKE) -f Makefile.msvc mostlyclean + cd .. $(RM) config.h clean : force @@ -313,6 +331,9 @@ clean : force cd tests $(MAKE) -f Makefile.msvc clean cd .. + cd examples + $(MAKE) -f Makefile.msvc clean + cd .. $(RM) config.h distclean : force @@ -346,6 +367,9 @@ distclean : force cd tests $(MAKE) -f Makefile.msvc distclean cd .. + cd examples + $(MAKE) -f Makefile.msvc distclean + cd .. $(RM) config.h $(RM) config.status config.log config.cache Makefile @@ -380,6 +404,9 @@ maintainer-clean : force cd tests $(MAKE) -f Makefile.msvc maintainer-clean cd .. + cd examples + $(MAKE) -f Makefile.msvc maintainer-clean + cd .. $(RM) config.h $(RM) config.status config.log config.cache Makefile diff --git a/gettext-tools/Makefile.vms b/gettext-tools/Makefile.vms index 746658d0a..bb734283a 100644 --- a/gettext-tools/Makefile.vms +++ b/gettext-tools/Makefile.vms @@ -41,6 +41,9 @@ all : config.h set default [.tests] $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all set default [-] + set default [.examples] + $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all + set default [-] config.h : config.h_vms $(LN) config.h_vms config.h @@ -76,6 +79,9 @@ install : set default [.tests] $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install set default [-] + set default [.examples] + $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install + set default [-] installdirs : set default [.doc] @@ -108,6 +114,9 @@ installdirs : set default [.tests] $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms installdirs set default [-] + set default [.examples] + $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms installdirs + set default [-] uninstall : set default [.doc] @@ -140,6 +149,9 @@ uninstall : set default [.tests] $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms uninstall set default [-] + set default [.examples] + $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms uninstall + set default [-] check : all set default [.doc] @@ -172,6 +184,9 @@ check : all set default [.tests] $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms check set default [-] + set default [.examples] + $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms check + set default [-] mostlyclean : set default [.doc] @@ -204,6 +219,9 @@ mostlyclean : set default [.tests] $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms mostlyclean set default [-] + set default [.examples] + $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms mostlyclean + set default [-] $(RM) config.h;* clean : @@ -237,6 +255,9 @@ clean : set default [.tests] $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms clean set default [-] + set default [.examples] + $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms clean + set default [-] $(RM) config.h;* distclean : @@ -270,6 +291,9 @@ distclean : set default [.tests] $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms distclean set default [-] + set default [.examples] + $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms distclean + set default [-] $(RM) config.h;* maintainer-clean : @@ -303,4 +327,7 @@ maintainer-clean : set default [.tests] $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms maintainer-clean set default [-] + set default [.examples] + $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms maintainer-clean + set default [-] $(RM) config.h;* diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index 7468bfa71..26afc7d46 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -274,4 +274,8 @@ AC_CONFIG_FILES([m4/Makefile]) AC_CONFIG_FILES([tests/Makefile], [FIX_MAKEFILE_COMPILE]) +AC_CONFIG_FILES([examples/Makefile]) +AC_CONFIG_FILES([examples/installpaths]) +AC_CONFIG_FILES([examples/po/Makefile], [AM_POSTPROCESS_PO_MAKEFILE]) + AC_OUTPUT