summaryrefslogtreecommitdiff
path: root/doc/ref/make-texinfo.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-01-03 19:06:52 +0100
committerLudovic Courtès <ludo@gnu.org>2010-01-03 19:06:52 +0100
commite3eefae0e596a587e91693ed37a61699ac66560a (patch)
tree4626eeed47cdacbae6810cb37a1fb8007861c603 /doc/ref/make-texinfo.scm
parenta5bbb22e83fc724650973dab5eb6f3eccbc1f65c (diff)
downloadguile-e3eefae0e596a587e91693ed37a61699ac66560a.tar.gz
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.
Diffstat (limited to 'doc/ref/make-texinfo.scm')
-rw-r--r--[-rwxr-xr-x]doc/ref/make-texinfo.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/ref/make-texinfo.scm b/doc/ref/make-texinfo.scm
index ec59742a6..c967bc163 100755..100644
--- a/doc/ref/make-texinfo.scm
+++ b/doc/ref/make-texinfo.scm
@@ -1,6 +1,3 @@
-#!/usr/bin/env guile
-!#
-
;; make-texinfo.scm -- document a set of scheme modules as texinfo
;; Copyright (C) 2006,2007,2009 Andy Wingo <wingo at pobox dot com>