Przeglądaj źródła

doc/Makefile.am: add showcheck target

Nathalie Furmento 11 lat temu
rodzic
commit
15acb4be0f
1 zmienionych plików z 5 dodań i 0 usunięć
  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