Browse Source

doc/Makefile.am: add showcheck target

Nathalie Furmento 11 years ago
parent
commit
15acb4be0f
1 changed files with 5 additions and 0 deletions
  1. 5 0
      doc/Makefile.am

+ 5 - 0
doc/Makefile.am

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