diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2002-05-29 06:35:46 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2002-05-29 06:35:46 +0000 |
commit | e509c5af6f70eb3cfd846004b82caaca24fd4a3b (patch) | |
tree | fe9859716e1120d88c1d3b6bf24aa1617c138332 /doc | |
parent | 62f3574062ed05e9afd512028994bd17639c0b2f (diff) | |
download | pam-e509c5af6f70eb3cfd846004b82caaca24fd4a3b.tar.gz pam-e509c5af6f70eb3cfd846004b82caaca24fd4a3b.tar.bz2 pam-e509c5af6f70eb3cfd846004b82caaca24fd4a3b.zip |
Relevant BUGIDs: 491466
Purpose of commit: cleanup
Commit summary:
---------------
These were all suggestions from the OS X patch provided by Luke Howard.
There is another proposed patch for OS X support which promises to be
a little cleaner with the heavy stuff, so I am committing these simple
changes now, with the intention of moving to the other patch for the
big stuff (see 534205).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 0d9adfa6..63c11fbf 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -138,7 +138,8 @@ ifeq ($(HAVE_SGML2HTML),yes) install -m 644 $$file $(FAKEROOT)$(DOCDIR)/html ; \ done endif - mkdir -p $(FAKEROOT)$(MANDIR)/man{3,8} + mkdir -p $(FAKEROOT)$(MANDIR)/man3 + mkdir -p $(FAKEROOT)$(MANDIR)/man8 for file in man/*.3 ; do \ install -m 644 $$file $(FAKEROOT)$(MANDIR)/man3 ; \ done |