diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9febbfd9..616669d2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,6 +14,8 @@ if BUILD_LIBMOUNT SHLIBS_DIRS += shlibs/mount endif +MAN_DIRS = man/ru + SUBDIRS = \ include \ disk-utils \ @@ -21,6 +23,7 @@ SUBDIRS = \ getopt \ lib \ $(SHLIBS_DIRS) \ + $(MAN_DIRS) \ login-utils \ misc-utils \ po \ |