Revision: | 1.2 |
Committed: | 2000-04-24T13:19:41Z (24 years, 6 months ago) by cebix |
Branch: | MAIN |
Changes since 1.1: | +3 -0 lines |
Log Message: | - man page is now installed |
# | User | Rev | Content |
---|---|---|---|
1 | cebix | 1.1 | ## Process this file with automake to produce Makefile.in |
2 | SUBDIRS = src | ||
3 | |||
4 | # Requires automake 1.4 | ||
5 | AUTOMAKE_OPTIONS = 1.4 | ||
6 | |||
7 | cebix | 1.2 | # Manpages |
8 | man_MANS = mon.1 | ||
9 | |||
10 | cebix | 1.1 | # Rule to build tar-gzipped distribution package |
11 | $(PACKAGE)-$(VERSION).tar.gz: dist | ||
12 | |||
13 | # Rule to build RPM distribution package | ||
14 | rpm: $(PACKAGE)-$(VERSION).tar.gz | ||
15 | cp $(PACKAGE)-$(VERSRION).tar.gz /usr/src/redhat/SOURCES | ||
16 | rpm -ba mon.spec |