diff options
Diffstat (limited to 'partx/Makefile.am')
-rw-r--r-- | partx/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/partx/Makefile.am b/partx/Makefile.am index 461392a4..798cfea7 100644 --- a/partx/Makefile.am +++ b/partx/Makefile.am @@ -6,6 +6,6 @@ usrsbinexec_PROGRAMS = addpart delpart partx partx_SOURCES = bsd.c dos.c partx.c solaris.c unixware.c gpt.c crc32.c \ efi.h gpt.h crc32.h partx.h dos.h -man_MANS = addpart.8 delpart.8 partx.8 +dist_man_MANS = addpart.8 delpart.8 partx.8 endif |