diff options
Diffstat (limited to '')
-rw-r--r-- | apache/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apache/Makefile b/apache/Makefile index c31a4cb..70b9a35 100644 --- a/apache/Makefile +++ b/apache/Makefile @@ -25,6 +25,8 @@ PROGRAM = apache-icons all: build +test: + build: share/man/*.rst $(MAKE) -C share/man |