mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-21 12:10:26 +02:00
added newdoc tree
This commit is contained in:
parent
96599e6aaf
commit
ad93808a69
5 changed files with 10 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
||||||
## Process this file with automake to produce Makefile.in.
|
## Process this file with automake to produce Makefile.in.
|
||||||
|
|
||||||
SUBDIRS = @existingdirs@ doc
|
SUBDIRS = @existingdirs@ doc newdoc
|
||||||
|
|
||||||
guile_dirs = @existingdirs@ doc
|
guile_dirs = @existingdirs@ doc newdoc
|
||||||
guile-dist:
|
guile-dist:
|
||||||
$(MAKE) SUBDIRS="$(guile_dirs)" dist
|
$(MAKE) SUBDIRS="$(guile_dirs)" dist
|
||||||
|
|
||||||
|
|
|
@ -42,9 +42,9 @@ PACKAGE = @PACKAGE@
|
||||||
existingdirs = @existingdirs@
|
existingdirs = @existingdirs@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
|
|
||||||
SUBDIRS = @existingdirs@ doc
|
SUBDIRS = @existingdirs@ doc newdoc
|
||||||
|
|
||||||
guile_dirs = @existingdirs@ doc
|
guile_dirs = @existingdirs@ doc newdoc
|
||||||
|
|
||||||
aclocaldir = $(datadir)/aclocal
|
aclocaldir = $(datadir)/aclocal
|
||||||
aclocal_DATA = guile.m4 threads.m4
|
aclocal_DATA = guile.m4 threads.m4
|
||||||
|
@ -68,7 +68,7 @@ default: all
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL)
|
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL)
|
||||||
cd $(top_srcdir) && automake --foreign Makefile
|
cd $(top_srcdir) && automake --gnu Makefile
|
||||||
|
|
||||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
||||||
cd $(top_builddir) \
|
cd $(top_builddir) \
|
||||||
|
@ -164,7 +164,7 @@ distdir: $(DISTFILES)
|
||||||
-chmod 755 $(distdir)
|
-chmod 755 $(distdir)
|
||||||
here=`pwd`; distdir=`cd $(distdir) && pwd` \
|
here=`pwd`; distdir=`cd $(distdir) && pwd` \
|
||||||
&& cd $(srcdir) \
|
&& cd $(srcdir) \
|
||||||
&& automake --include-deps --build-dir=$$here --srcdir-name=$(srcdir) --output-dir=$$distdir --foreign
|
&& automake --include-deps --build-dir=$$here --srcdir-name=$(srcdir) --output-dir=$$distdir --gnu
|
||||||
@for file in $(DISTFILES); do \
|
@for file in $(DISTFILES); do \
|
||||||
d=$(srcdir); \
|
d=$(srcdir); \
|
||||||
test -f $(distdir)/$$file \
|
test -f $(distdir)/$$file \
|
||||||
|
|
4
configure
vendored
4
configure
vendored
|
@ -810,7 +810,7 @@ done
|
||||||
ac_given_srcdir=$srcdir
|
ac_given_srcdir=$srcdir
|
||||||
ac_given_INSTALL="$INSTALL"
|
ac_given_INSTALL="$INSTALL"
|
||||||
|
|
||||||
trap 'rm -fr `echo "Makefile doc/Makefile doc/guile-programmer/Makefile doc/guile-user/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
|
trap 'rm -fr `echo "Makefile doc/Makefile doc/guile-programmer/Makefile doc/guile-user/Makefile newdoc/Makefile newdoc/ref/Makefile newdoc/tutorial/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
|
||||||
EOF
|
EOF
|
||||||
cat >> $CONFIG_STATUS <<EOF
|
cat >> $CONFIG_STATUS <<EOF
|
||||||
|
|
||||||
|
@ -889,7 +889,7 @@ EOF
|
||||||
|
|
||||||
cat >> $CONFIG_STATUS <<EOF
|
cat >> $CONFIG_STATUS <<EOF
|
||||||
|
|
||||||
CONFIG_FILES=\${CONFIG_FILES-"Makefile doc/Makefile doc/guile-programmer/Makefile doc/guile-user/Makefile"}
|
CONFIG_FILES=\${CONFIG_FILES-"Makefile doc/Makefile doc/guile-programmer/Makefile doc/guile-user/Makefile newdoc/Makefile newdoc/ref/Makefile newdoc/tutorial/Makefile"}
|
||||||
EOF
|
EOF
|
||||||
cat >> $CONFIG_STATUS <<\EOF
|
cat >> $CONFIG_STATUS <<\EOF
|
||||||
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
|
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
|
||||||
|
|
|
@ -24,4 +24,4 @@ for d in $req_subdirs; do
|
||||||
done
|
done
|
||||||
|
|
||||||
AC_SUBST(existingdirs)
|
AC_SUBST(existingdirs)
|
||||||
AC_OUTPUT(Makefile doc/Makefile doc/guile-programmer/Makefile doc/guile-user/Makefile)
|
AC_OUTPUT(Makefile doc/Makefile doc/guile-programmer/Makefile doc/guile-user/Makefile newdoc/Makefile newdoc/ref/Makefile newdoc/tutorial/Makefile)
|
||||||
|
|
1
libguile/configure
vendored
1
libguile/configure
vendored
|
@ -3177,6 +3177,7 @@ fi; done
|
||||||
EOF
|
EOF
|
||||||
cat >> $CONFIG_STATUS <<EOF
|
cat >> $CONFIG_STATUS <<EOF
|
||||||
|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
cat >> $CONFIG_STATUS <<\EOF
|
cat >> $CONFIG_STATUS <<\EOF
|
||||||
test -z "$CONFIG_HEADER" || echo timestamp > stamp-h
|
test -z "$CONFIG_HEADER" || echo timestamp > stamp-h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue