mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
* Makefile.am (dist-hook): Updated to include oldfmt.c in
distribution archive.
This commit is contained in:
parent
d10385d570
commit
fa88b584e9
1 changed files with 6 additions and 2 deletions
|
@ -24,8 +24,12 @@ data_rep_TEXINFOS = data-rep.texi version.texi
|
|||
EXAMPLE_SMOB_FILES = \
|
||||
ChangeLog Makefile README COPYING image-type.c image-type.h myguile.c
|
||||
|
||||
OLDFMT = oldfmt.c
|
||||
|
||||
dist-hook:
|
||||
mkdir $(distdir)/example-smob
|
||||
(dest="`cd $(distdir)/example-smob; pwd`"; \
|
||||
cd $(srcdir)/example-smob; \
|
||||
(cd $(srcdir); \
|
||||
cp $(OLDFMT) $(distdir); \
|
||||
dest="`cd $(distdir)/example-smob; pwd`"; \
|
||||
cd example-smob; \
|
||||
cp $(EXAMPLE_SMOB_FILES) $$dest)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue