Makefile.am 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. ## Process this file with Automake to create Makefile.in
  2. ##
  3. ## Copyright (C) 1998, 2004, 2006, 2008 Free Software Foundation, Inc.
  4. ##
  5. ## This file is part of GUILE.
  6. ##
  7. ## GUILE is free software; you can redistribute it and/or modify
  8. ## it under the terms of the GNU General Public License as
  9. ## published by the Free Software Foundation; either version 2, or
  10. ## (at your option) any later version.
  11. ##
  12. ## GUILE is distributed in the hope that it will be useful, but
  13. ## WITHOUT ANY WARRANTY; without even the implied warranty of
  14. ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. ## GNU General Public License for more details.
  16. ##
  17. ## You should have received a copy of the GNU General Public
  18. ## License along with GUILE; see the file COPYING. If not, write
  19. ## to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  20. ## Floor, Boston, MA 02110-1301 USA
  21. AUTOMAKE_OPTIONS = gnu
  22. info_TEXINFOS = guile.texi
  23. guile_TEXINFOS = preface.texi \
  24. intro.texi \
  25. libguile-program.texi \
  26. scheme-intro.texi \
  27. api-scm.texi \
  28. api-snarf.texi \
  29. api-smobs.texi \
  30. scheme-ideas.texi \
  31. api-data.texi \
  32. api-procedures.texi \
  33. api-utility.texi \
  34. api-binding.texi \
  35. api-control.texi \
  36. api-io.texi \
  37. api-evaluation.texi \
  38. api-memory.texi \
  39. api-modules.texi \
  40. api-scheduling.texi \
  41. api-options.texi \
  42. api-translation.texi \
  43. api-i18n.texi \
  44. api-debug.texi \
  45. scheme-reading.texi \
  46. scheme-indices.texi \
  47. slib.texi \
  48. posix.texi \
  49. expect.texi \
  50. scsh.texi \
  51. tcltk.texi \
  52. scheme-scripts.texi \
  53. gh.texi \
  54. api-overview.texi \
  55. scheme-debugging.texi \
  56. scheme-using.texi \
  57. indices.texi \
  58. script-getopt.texi \
  59. data-rep.texi \
  60. repl-modules.texi \
  61. srfi-modules.texi \
  62. misc-modules.texi \
  63. api-compound.texi \
  64. autoconf.texi \
  65. autoconf-macros.texi \
  66. tools.texi \
  67. fdl.texi \
  68. libguile-concepts.texi \
  69. libguile-smobs.texi \
  70. libguile-snarf.texi \
  71. libguile-linking.texi \
  72. libguile-extensions.texi \
  73. api-init.texi \
  74. mod-getopt-long.texi
  75. ETAGS_ARGS = $(info_TEXINFOS) $(guile_TEXINFOS)
  76. EXTRA_DIST = ChangeLog-2008
  77. include $(top_srcdir)/am/pre-inst-guile
  78. # Automated snarfing
  79. autoconf.texi: autoconf-macros.texi
  80. autoconf-macros.texi: $(top_srcdir)/guile-config/guile.m4
  81. $(preinstguiletool)/snarf-guile-m4-docs $(top_srcdir)/guile-config/guile.m4 \
  82. > $(srcdir)/$@
  83. MAINTAINERCLEANFILES = autoconf-macros.texi