summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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)