]> git.llucax.com Git - software/posixx.git/commitdiff
Make documentation when using make all
authorLeandro Lucarella <llucarella@integratech.com.ar>
Tue, 16 Sep 2008 13:48:30 +0000 (10:48 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Tue, 16 Sep 2008 15:04:03 +0000 (12:04 -0300)
Makefile

index cd60c2275b61d85b7614a6e1ce9c5b75fcee6b52..84337017ccd0aecc87cbbfb96ea355656ba60385 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ prefix=/usr/local
 
 default: all
 
-all: test memtest
+all: doc test memtest
 
 install:
        $(MAKE) -C src $@