Changeset 71ecd80d52072d3327e42dd7c5d60c6efec2b650
- Timestamp:
- 06/04/09 20:40:01
(4 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1244148001 +0000
- git-parent:
[f1e46ca93d94b18d9f6fd83099a2895f834f34fb]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1244148001 +0000
- Message:
fixes install mandir target
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r71c9fd8 |
r71ecd80 |
|
| 46 | 46 | install: all |
|---|
| 47 | 47 | $(top_srcdir)/buildtools/mkinstalldirs $(DESTDIR)$(mandir) |
|---|
| | 48 | $(top_srcdir)/buildtools/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)8 |
|---|
| 48 | 49 | $(INSTALL) -m 0644 noitd.8 $(DESTDIR)$(mandir)/$(mansubdir)8/noitd.8 |
|---|
| 49 | 50 | $(INSTALL) -m 0644 stratcond.8 $(DESTDIR)$(mandir)/$(mansubdir)8/stratcond.8 |
|---|