mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Build guile-procedures.txt' using (texinfo) instead of
makeinfo'.
* Makefile.am (schemelibdir, schemelib_DATA): New variables. (libguile/guile-procedures.txt): New target. (EXTRA_DIST): Add libguile/texi-fragments-to-docstrings. * libguile/Makefile.am (guile-procedures.txt): Remove target. (schemelibdir, schemelib_DATA): Remove. * libguile/texi-fragments-to-docstrings: New file.
This commit is contained in:
parent
2bb7a73013
commit
6cfdc6b878
3 changed files with 70 additions and 18 deletions
17
Makefile.am
17
Makefile.am
|
@ -1,7 +1,7 @@
|
|||
## Process this file with automake to produce Makefile.in.
|
||||
##
|
||||
## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2006, 2007,
|
||||
## 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
|
||||
## 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
|
||||
##
|
||||
## This file is part of GUILE.
|
||||
##
|
||||
|
@ -42,6 +42,18 @@ SUBDIRS = \
|
|||
libguileincludedir = $(pkgincludedir)/$(GUILE_EFFECTIVE_VERSION)
|
||||
libguileinclude_HEADERS = libguile.h
|
||||
|
||||
schemelibdir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)
|
||||
schemelib_DATA = libguile/guile-procedures.txt
|
||||
|
||||
# Build it from here so that all the modules are compiled by the time we
|
||||
# build it.
|
||||
libguile/guile-procedures.txt: libguile/guile-procedures.texi
|
||||
$(AM_V_GEN) \
|
||||
$(top_builddir)/meta/guile --no-auto-compile \
|
||||
"$(srcdir)/libguile/texi-fragments-to-docstrings" \
|
||||
"$(builddir)/libguile/guile-procedures.texi" \
|
||||
> libguile/guile-procedures.txt
|
||||
|
||||
EXTRA_DIST = LICENSE HACKING GUILE-VERSION \
|
||||
m4/ChangeLog-2008 \
|
||||
m4/gnulib-cache.m4 \
|
||||
|
@ -50,7 +62,8 @@ EXTRA_DIST = LICENSE HACKING GUILE-VERSION \
|
|||
gnulib-local/lib/localcharset.h.diff \
|
||||
gnulib-local/lib/localcharset.c.diff \
|
||||
gnulib-local/m4/clock_time.m4.diff \
|
||||
gnulib-local/build-aux/git-version-gen.diff
|
||||
gnulib-local/build-aux/git-version-gen.diff \
|
||||
libguile/texi-fragments-to-docstrings
|
||||
|
||||
TESTS = check-guile
|
||||
TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue