Browse Source

[trac1154] Add message file to the makefile's EXTRA_DIST variable

Stephen Morris 13 years ago
parent
commit
96249117c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/zonemgr/Makefile.am

+ 1 - 1
src/bin/zonemgr/Makefile.am

@@ -12,7 +12,7 @@ CLEANFILES  = b10-zonemgr zonemgr.pyc zonemgr.spec
 CLEANFILES += zonemgr_messages.py zonemgr_messages.pyc
 
 man_MANS = b10-zonemgr.8
-EXTRA_DIST = $(man_MANS) b10-zonemgr.xml
+EXTRA_DIST = $(man_MANS) b10-zonemgr.xml zonemgr_messages.mes
 
 if ENABLE_MAN