mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* Makefile.am: Omit doc subtree.
* configure.in: Omit makefiles in doc subtree. * Makefile.in, configure, doc/Makefile.in, doc/guile-programmer/Makefile.in, doc/guile-user/Makefile.in, newdoc/Makefile.in, newdoc/tutorial/Makefile.in: Rebuilt.
This commit is contained in:
parent
19468effd0
commit
2f38f6196b
4 changed files with 9 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in.
|
||||
|
||||
SUBDIRS = @existingdirs@ doc newdoc
|
||||
SUBDIRS = @existingdirs@ newdoc
|
||||
|
||||
guile_dirs = @existingdirs@ doc newdoc
|
||||
guile_dirs = @existingdirs@ newdoc
|
||||
guile-dist:
|
||||
$(MAKE) SUBDIRS="$(guile_dirs)" dist
|
||||
|
||||
|
|
|
@ -37,15 +37,15 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
transform = @program_transform_name@
|
||||
VERSION = @VERSION@
|
||||
MAINT = @MAINT@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
PACKAGE = @PACKAGE@
|
||||
MAINT = @MAINT@
|
||||
existingdirs = @existingdirs@
|
||||
VERSION = @VERSION@
|
||||
|
||||
SUBDIRS = @existingdirs@ doc newdoc
|
||||
SUBDIRS = @existingdirs@ newdoc
|
||||
|
||||
guile_dirs = @existingdirs@ doc newdoc
|
||||
guile_dirs = @existingdirs@ newdoc
|
||||
|
||||
aclocaldir = $(datadir)/aclocal
|
||||
aclocal_DATA = guile.m4 threads.m4
|
||||
|
|
4
configure
vendored
4
configure
vendored
|
@ -831,7 +831,7 @@ done
|
|||
ac_given_srcdir=$srcdir
|
||||
ac_given_INSTALL="$INSTALL"
|
||||
|
||||
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
|
||||
trap 'rm -fr `echo "Makefile newdoc/Makefile newdoc/ref/Makefile newdoc/tutorial/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
|
||||
EOF
|
||||
cat >> $CONFIG_STATUS <<EOF
|
||||
|
||||
|
@ -911,7 +911,7 @@ EOF
|
|||
|
||||
cat >> $CONFIG_STATUS <<EOF
|
||||
|
||||
CONFIG_FILES=\${CONFIG_FILES-"Makefile doc/Makefile doc/guile-programmer/Makefile doc/guile-user/Makefile newdoc/Makefile newdoc/ref/Makefile newdoc/tutorial/Makefile"}
|
||||
CONFIG_FILES=\${CONFIG_FILES-"Makefile newdoc/Makefile newdoc/ref/Makefile newdoc/tutorial/Makefile"}
|
||||
EOF
|
||||
cat >> $CONFIG_STATUS <<\EOF
|
||||
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
|
||||
|
|
|
@ -25,4 +25,4 @@ for d in $req_subdirs; do
|
|||
done
|
||||
|
||||
AC_SUBST(existingdirs)
|
||||
AC_OUTPUT(Makefile doc/Makefile doc/guile-programmer/Makefile doc/guile-user/Makefile newdoc/Makefile newdoc/ref/Makefile newdoc/tutorial/Makefile)
|
||||
AC_OUTPUT(Makefile newdoc/Makefile newdoc/ref/Makefile newdoc/tutorial/Makefile)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue