blob: eb7f7ba27c3b8b5d825595ca34aa72d01bb3bcf7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
## Process this file with automake to produce Makefile.in
SUBDIRS=docs REC1 REC2 REC general numbers documents xmlspec docbook
all:
test tests: all docbook_tests
docbook_tests:
@(cd docbook ; $(MAKE) tests)
|