mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Update path to pre-inst-guile automake frag.
This commit is contained in:
parent
03b823a4ae
commit
58ed8bc61c
4 changed files with 4 additions and 4 deletions
|
@ -37,7 +37,7 @@ guile_TEXINFOS = preface.texi intro.texi program.texi scheme-intro.texi \
|
|||
|
||||
ETAGS_ARGS = $(info_TEXINFOS) $(guile_TEXINFOS)
|
||||
|
||||
include $(top_srcdir)/pre-inst-guile.am
|
||||
include $(top_srcdir)/am/pre-inst-guile
|
||||
|
||||
# Automated snarfing
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ if MAINTAINER_MODE
|
|||
# on ice-9/syncase.scm, which does `(load-from-path "ice-9/psyntax.pp")'.
|
||||
# In other words, to bootstrap this file, you need to do something like:
|
||||
# GUILE_LOAD_PATH=/usr/local/share/guile/1.5.4 make psyntax.pp
|
||||
include $(top_srcdir)/pre-inst-guile.am
|
||||
include $(top_srcdir)/am/pre-inst-guile
|
||||
psyntax.pp: psyntax.ss
|
||||
$(preinstguile) -s $(srcdir)/compile-psyntax.scm \
|
||||
$(srcdir)/psyntax.ss $(srcdir)/psyntax.pp
|
||||
|
|
|
@ -208,7 +208,7 @@ error.x: cpp_err_symbols.c
|
|||
posix.x: cpp_sig_symbols.c
|
||||
load.x: libpath.h
|
||||
|
||||
include $(top_srcdir)/pre-inst-guile.am
|
||||
include $(top_srcdir)/am/pre-inst-guile
|
||||
|
||||
alldotdocfiles = $(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES)
|
||||
snarf2checkedtexi = $(preinstguiletool)/snarf-check-and-output-texi
|
||||
|
|
|
@ -42,7 +42,7 @@ EXTRA_DIST = $(scripts_sources)
|
|||
list:
|
||||
@echo $(scripts_sources)
|
||||
|
||||
include $(top_srcdir)/pre-inst-guile.am
|
||||
include $(top_srcdir)/am/pre-inst-guile
|
||||
|
||||
overview: $(scripts_sources)
|
||||
@echo '----------------------------'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue