1
Fork 0
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:
Mikael Djurfeldt 2000-01-12 02:16:50 +00:00
parent d10385d570
commit fa88b584e9

View file

@ -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)