diff options
author | Simo Sorce <ssorce@redhat.com> | 2008-12-02 15:09:47 -0500 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2008-12-02 16:39:57 -0500 |
commit | 3fb634314948a7f6585305836fe5d04344c9341c (patch) | |
tree | 5b1fe158d45df0af1906784ecfa7109456f72643 /ipa-server/man | |
parent | f9d6ac952900698e66b6b81d9ac6790c24e2155e (diff) | |
download | freeipa.git-3fb634314948a7f6585305836fe5d04344c9341c.tar.gz freeipa.git-3fb634314948a7f6585305836fe5d04344c9341c.tar.xz freeipa.git-3fb634314948a7f6585305836fe5d04344c9341c.zip |
Fix makefiles after schema compat changes
Diffstat (limited to 'ipa-server/man')
-rw-r--r-- | ipa-server/man/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ipa-server/man/Makefile.am b/ipa-server/man/Makefile.am index 40228251..244b06b8 100644 --- a/ipa-server/man/Makefile.am +++ b/ipa-server/man/Makefile.am @@ -10,7 +10,8 @@ man1_MANS = \ ipa-replica-prepare.1 \ ipa-server-certinstall.1 \ ipa-server-install.1 \ - ipa-ldap-updater.1 + ipa-ldap-updater.1 \ + ipa-compat-manage.1 man8_MANS = \ ipactl.8 \ |