Remove dependency on GNU Make and reliance on /usr/bin/env.
authorLudovic Courtès <ludo@gnu.org>
Sun, 3 Jan 2010 18:06:52 +0000 (19:06 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sun, 3 Jan 2010 18:06:52 +0000 (19:06 +0100)
commite3eefae0e596a587e91693ed37a61699ac66560a
tree4626eeed47cdacbae6810cb37a1fb8007861c603
parenta5bbb22e83fc724650973dab5eb6f3eccbc1f65c
Remove dependency on GNU Make and reliance on /usr/bin/env.

Both were introduced in commit c55cb58a ("integrate guile-lib docs").

* doc/ref/Makefile.am ($(snarf_doc)scmfiles): Rename target to...
  ($(snarf_doc)-scmfiles): ... this.  Change to generate a makefile
  snippet containing a variable definition.  Automake-include the
  generated snippet, `standard-library.am'.
  (EXTRA_DIST): Add `$(snarf_doc).am'.
  (CLEANFILES): Remove `$(snarf_doc)scmfiles'.

* doc/ref/make-texinfo.scm: Remove executable bit and "#!/usr/bin/env".

* doc/ref/standard-library.am: New file.
doc/ref/Makefile.am
doc/ref/make-texinfo.scm [changed mode: 0755->0644]
doc/ref/standard-library.am [new file with mode: 0644]