ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/Makefile.am
(Generate patch)

Comparing mon/Makefile.am (file contents):
Revision 1.2 by cebix, 2000-04-24T13:19:41Z vs.
Revision 1.6 by cebix, 2000-10-07T15:51:03Z

# Line 7 | Line 7 | AUTOMAKE_OPTIONS = 1.4
7   # Manpages
8   man_MANS = mon.1
9  
10 + EXTRA_DIST = mon.1
11 +
12 + dist-hook: mon.spec
13 +        cp mon.spec $(distdir)
14 +
15   # Rule to build tar-gzipped distribution package
16   $(PACKAGE)-$(VERSION).tar.gz: dist
17  
18   # Rule to build RPM distribution package
19   rpm: $(PACKAGE)-$(VERSION).tar.gz
20 <        cp $(PACKAGE)-$(VERSRION).tar.gz /usr/src/redhat/SOURCES
16 <        rpm -ba mon.spec
20 >        rpm -ta $(PACKAGE)-$(VERSION).tar.gz

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines