mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +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 = \
|
EXAMPLE_SMOB_FILES = \
|
||||||
ChangeLog Makefile README COPYING image-type.c image-type.h myguile.c
|
ChangeLog Makefile README COPYING image-type.c image-type.h myguile.c
|
||||||
|
|
||||||
|
OLDFMT = oldfmt.c
|
||||||
|
|
||||||
dist-hook:
|
dist-hook:
|
||||||
mkdir $(distdir)/example-smob
|
mkdir $(distdir)/example-smob
|
||||||
(dest="`cd $(distdir)/example-smob; pwd`"; \
|
(cd $(srcdir); \
|
||||||
cd $(srcdir)/example-smob; \
|
cp $(OLDFMT) $(distdir); \
|
||||||
|
dest="`cd $(distdir)/example-smob; pwd`"; \
|
||||||
|
cd example-smob; \
|
||||||
cp $(EXAMPLE_SMOB_FILES) $$dest)
|
cp $(EXAMPLE_SMOB_FILES) $$dest)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue