blob: ca56ede272926f4335877c13b7fe749546449f32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#define IHaveSubdirs
/* just documents here */
#define NoAllTargetForSubdirs
#define NoDependTargetForSubdirs
#define NoRunTestsTargetForSubdirs
#define NoInstallTargetForSubdirs
#define NoTagTargetForSubdirs
SUBDIRS = users_guide \
install_guide \
release_notes \
state_interface
|