1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

r14528: Fix installation of manpages

This commit is contained in:
Jelmer Vernooij 2006-03-17 18:37:51 +00:00 committed by Gerald (Jerry) Carter
parent 863ca4014d
commit b96aa4ce2a
2 changed files with 3 additions and 1 deletions

View File

@ -15,3 +15,4 @@ set of test scripts that check the code:
- minimal_includes.pl
- check dependencies based on #include lines ?
- check whether private headers are not used outside their own subsystem
- undocumented (no manpage) installed binaries

View File

@ -97,6 +97,7 @@ installdirs:
$(DESTDIR)$(SBINDIR) \
$(DESTDIR)$(LIBDIR) \
$(DESTDIR)$(MODULESDIR) \
$(DESTDIR)$(MANDIR) \
$(DESTDIR)$(VARDIR) \
$(DESTDIR)$(PRIVATEDIR) \
$(DESTDIR)$(DATADIR) \
@ -137,7 +138,7 @@ installdat: installdirs
installswat: installdirs
@$(SHELL) $(srcdir)/script/installswat.sh $(DESTDIR)$(SWATDIR) $(srcdir)
installman: installdirs
installman: manpages installdirs
@$(SHELL) $(srcdir)/script/installman.sh $(DESTDIR)$(MANDIR) $(MANPAGES)
installmisc: installdirs