mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 13:30:26 +02:00
* Makefile.am (version.texi): Override automake's rule for
version.texi so that it gets created even in non-maintainer-mode.
This commit is contained in:
parent
ae1b098b07
commit
505ede1881
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,12 @@
|
|||
info_TEXINFOS = data-rep.texi
|
||||
data_rep_TEXINFOS = data-rep.texi version.texi
|
||||
|
||||
# This rule overrides automake's rule for version.texi. It causes
|
||||
# version.texi to be created even in non-maintainer-mode.
|
||||
#
|
||||
$(srcdir)/version.texi: stamp-vti
|
||||
@:
|
||||
|
||||
EXAMPLE_SMOB_FILES = \
|
||||
ChangeLog Makefile README COPYING image-type.c image-type.h myguile.c
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue