srclist-txi 1.1 KB

123456789101112131415161718192021222324252627282930
  1. #!/bin/sh
  2. # $Id$
  3. # Texinfo's wrapper for the Gnulib script config/srclist-update,
  4. # to define particular variables our srclist.txt uses.
  5. #
  6. # Copyright 2013, 2014, 2015 Free Software Foundation, Inc.
  7. #
  8. # This file is free software; as a special exception the author gives
  9. # unlimited permission to copy and/or distribute it, with or without
  10. # modifications, as long as this notice is preserved.
  11. #
  12. # This program is distributed in the hope that it will be useful, but
  13. # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
  14. # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  15. # per-user overrides.
  16. case $LOGNAME in
  17. karl)
  18. : ${EMACSSRC=/usr/local/gnu/src/dist-emacs}; export EMACSSRC
  19. : ${GETTEXT=/usr/local/gnu/src/dist-gettext}; export GETTEXT
  20. : ${AUTOMAKE=/usr/local/gnu/share/automake-1.15}; export AUTOMAKE
  21. : ${GSASL=$HOME/gnu/src/gsasl}; export GSASL
  22. : ${GNULIB=$HOME/gnu/src/gnulib}; export GNULIB
  23. ;;
  24. esac
  25. mydir=`dirname $0`
  26. (cd "$mydir/.." && $GNULIB/config/srclist-update <util/srclist.txt) \
  27. | sed 's/^## /cp /'