Ver código fonte

doc/Makefile.am: add showcheck target

Nathalie Furmento 11 anos atrás
pai
commit
15acb4be0f
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5 0
      doc/Makefile.am

+ 5 - 0
doc/Makefile.am

@@ -28,3 +28,8 @@ EXTRA_DIST =    tutorial/hello_world.c \
 
 txtdir = ${docdir}/tutorial
 txt_DATA = $(EXTRA_DIST)
+
+showcheck:
+	for i in $(SUBDIRS) ; do \
+		make -C $$i showcheck ; \
+	done