ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/Makefile.am
Revision: 1.3
Committed: 2000-09-19T16:10:27Z (23 years, 7 months ago) by cebix
Branch: MAIN
Changes since 1.2: +1 -0 lines
Log Message:
fixed "dist" target

File Contents

# Content
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 # Manpages
8 man_MANS = mon.1
9 EXTRA_DIST = mon.1
10
11 # Rule to build tar-gzipped distribution package
12 $(PACKAGE)-$(VERSION).tar.gz: dist
13
14 # Rule to build RPM distribution package
15 rpm: $(PACKAGE)-$(VERSION).tar.gz
16 cp $(PACKAGE)-$(VERSRION).tar.gz /usr/src/redhat/SOURCES
17 rpm -ba mon.spec