Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Build demos after src.
git-svn-id: https://svn.r-project.org/R/trunk@8167 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
hornik committed Feb 14, 2000
1 parent 05f164f commit f68be1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -32,7 +32,7 @@ R:
$(INSTALL_DATA) $(srcdir)/$${f} $(top_builddir); \
done; \
fi
@for d in tools afm demos doc etc src; do \
@for d in tools afm doc etc src demos; do \
(cd $${d} && $(MAKE) R) || exit 1; \
done
@if [ ! -f src/library/stamp-docs ]; then \
Expand Down

0 comments on commit f68be1e

Please sign in to comment.