summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2010-08-01 11:10:01 +0100
committerReuben Thomas <rrt@sc3d.org>2010-08-01 11:10:01 +0100
commit000dfd96b50bdbbd6857b4490197d531060a54dc (patch)
treeeb17b1a4fbd58fab5c6278d95e163fd2947dbb93
parent92f91a1cf08d4128d209dcf2162f1c898a1d33a5 (diff)
downloadlrexlib-000dfd96b50bdbbd6857b4490197d531060a54dc.tar.gz
Make dist depend on all, and build docs as part of all.
-rwxr-xr-xMakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cc6b14a..5978db0 100755
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ all:
@for i in $(REGNAMES); do \
make -C src/$$i; \
done
+ @make -C doc
check: all
@for i in $(REGNAMES); do \
@@ -21,8 +22,9 @@ clean:
@for i in $(REGNAMES); do \
make -C src/$$i clean; \
done
+ @make -C doc clean
-dist:
+dist: all
git2cl > ChangeLog
cp -a doc/index.txt README
rm -f $(DISTFILE)