diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b5b95824..815a06f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,3 +57,5 @@ tests: all $(MAKE) -C $$subdir $@; \ done +docs: + $(MAKE) -C server $@ |