1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

build: Adjust makefiles for `guile-procedures.txt'.

* libguile/Makefile.am (all-local): New target.
* Makefile.am (libguile/guile-procedures.txt): Output to $@.tmp first.
  (CLEANFILES): New variable.
This commit is contained in:
Ludovic Courtès 2013-03-22 00:52:16 +01:00
parent 6cfdc6b878
commit c5c7c1146f
2 changed files with 7 additions and 1 deletions

View file

@ -52,7 +52,8 @@ libguile/guile-procedures.txt: libguile/guile-procedures.texi
$(top_builddir)/meta/guile --no-auto-compile \
"$(srcdir)/libguile/texi-fragments-to-docstrings" \
"$(builddir)/libguile/guile-procedures.texi" \
> libguile/guile-procedures.txt
> $@.tmp
@mv $@.tmp $@
EXTRA_DIST = LICENSE HACKING GUILE-VERSION \
m4/ChangeLog-2008 \
@ -70,6 +71,7 @@ TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@
ACLOCAL_AMFLAGS = -I m4
CLEANFILES = libguile/guile-procedures.txt
DISTCLEANFILES = check-guile.log
DISTCHECK_CONFIGURE_FLAGS = --enable-error-on-warning