Revision: 14372 Author: adrian.chadd Date: Wed Nov 18 02:37:49 2009 Log: Fiddle with the error page build process so the pages are built -before- install time.
http://code.google.com/p/lusca-cache/source/detail?r=14372 Modified: /branches/LUSCA_HEAD/errors/Makefile.am ======================================= --- /branches/LUSCA_HEAD/errors/Makefile.am Mon Jun 8 19:03:37 2009 +++ /branches/LUSCA_HEAD/errors/Makefile.am Wed Nov 18 02:37:49 2009 @@ -50,8 +50,10 @@ Ukrainian-koi8-u \ Ukrainian-utf8 -install-data-local: +all-local: @for l in $(TEMPLATE_LANGUAGES); do ./build.pl src/$$l $$l || exit 1; done + +install-data-local: @for l in $(INSTALL_LANGUAGES); do \ $(mkinstalldirs) $(DESTDIR)$(DEFAULT_ERROR_DIR)/$$l && \ for f in $(srcdir)/$$l/ERR_*; do \ -- You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=.
