Makefile.am 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. # Makefile.am
  2. # Copyright (C) 2006 g10 Code GmbH
  3. #
  4. # This file is part of scute[1].
  5. #
  6. # [1] Derived from the RSA Security Inc. PKCS #11 Cryptographic Token
  7. # Interface (Cryptoki).
  8. #
  9. # Scute is free software; you can redistribute it and/or modify it
  10. # under the terms of the GNU General Public License as published by
  11. # the Free Software Foundation; either version 2 of the License, or
  12. # (at your option) any later version.
  13. #
  14. # Scute is distributed in the hope that it will be useful, but
  15. # WITHOUT ANY WARRANTY; without even the implied warranty of
  16. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  17. # General Public License for more details.
  18. #
  19. # You should have received a copy of the GNU General Public License
  20. # along with Scute; if not, write to the Free Software Foundation,
  21. # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  22. #
  23. # In addition, as a special exception, g10 Code GmbH gives permission
  24. # to link this library: with the Mozilla Foundation's code for
  25. # Mozilla (or with modified versions of it that use the same license
  26. # as the "Mozilla" code), and distribute the linked executables. You
  27. # must obey the GNU General Public License in all respects for all of
  28. # the code used other than "Mozilla". If you modify this file, you
  29. # may extend this exception to your version of the file, but you are
  30. # not obligated to do so. If you do not wish to do so, delete this
  31. # exception statement from your version.
  32. ## Process this file with automake to produce Makefile.in
  33. website = index.xhtml documentation.xhtml download.xhtml contact.xhtml \
  34. format/web.css format/scute-logo.svg format/scute-border.jpg
  35. EXTRA_DIST = $(addprefix website/, $(website))