Changeset c0630a4c386e54c7c4e87edc8f636960f7cecce3
- Timestamp:
- 09/08/08 15:57:55
(5 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1220889475 +0000
- git-parent:
[cb0464fd269dd989e20f86700d81579090bf8cc8]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1220889475 +0000
- Message:
install the stratcond man page too, refs #50
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rcb0464f |
rc0630a4 |
|
| 37 | 37 | $(top_srcdir)/buildtools/mkinstalldirs $(DESTDIR)$(mandir) |
|---|
| 38 | 38 | $(INSTALL) -m 0644 noitd.8 $(DESTDIR)$(mandir)/$(mansubdir)8/noitd.8 |
|---|
| | 39 | $(INSTALL) -m 0644 stratcond.8 $(DESTDIR)$(mandir)/$(mansubdir)8/stratcond.8 |
|---|
| 39 | 40 | |
|---|
| 40 | 41 | clean: |
|---|