mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
(autoconf-macros.texi): Fix build bug: Write this file to srcdir.
This commit is contained in:
parent
8430281a5c
commit
c8af48bac6
1 changed files with 5 additions and 4 deletions
|
@ -3,17 +3,17 @@
|
||||||
## Copyright (C) 1998 Free Software Foundation, Inc.
|
## Copyright (C) 1998 Free Software Foundation, Inc.
|
||||||
##
|
##
|
||||||
## This file is part of GUILE.
|
## This file is part of GUILE.
|
||||||
##
|
##
|
||||||
## GUILE is free software; you can redistribute it and/or modify
|
## GUILE is free software; you can redistribute it and/or modify
|
||||||
## it under the terms of the GNU General Public License as
|
## it under the terms of the GNU General Public License as
|
||||||
## published by the Free Software Foundation; either version 2, or
|
## published by the Free Software Foundation; either version 2, or
|
||||||
## (at your option) any later version.
|
## (at your option) any later version.
|
||||||
##
|
##
|
||||||
## GUILE is distributed in the hope that it will be useful, but
|
## GUILE is distributed in the hope that it will be useful, but
|
||||||
## WITHOUT ANY WARRANTY; without even the implied warranty of
|
## WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## GNU General Public License for more details.
|
## GNU General Public License for more details.
|
||||||
##
|
##
|
||||||
## You should have received a copy of the GNU General Public
|
## You should have received a copy of the GNU General Public
|
||||||
## License along with GUILE; see the file COPYING. If not, write
|
## License along with GUILE; see the file COPYING. If not, write
|
||||||
## to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
## to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
||||||
|
@ -43,7 +43,8 @@ GUILE = $(top_builddir)/libguile/guile
|
||||||
|
|
||||||
autoconf.texi: autoconf-macros.texi
|
autoconf.texi: autoconf-macros.texi
|
||||||
autoconf-macros.texi: $(top_srcdir)/guile-config/guile.m4
|
autoconf-macros.texi: $(top_srcdir)/guile-config/guile.m4
|
||||||
GUILE=$(GUILE) $(top_srcdir)/scripts/snarf-guile-m4-docs $< > $@
|
GUILE=$(GUILE) \
|
||||||
|
$(top_srcdir)/scripts/snarf-guile-m4-docs $< > $(srcdir)/$@
|
||||||
|
|
||||||
# Optionally support building an HTML version of the reference manual.
|
# Optionally support building an HTML version of the reference manual.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue