Revision: | 1.5 |
Committed: | 2000-10-05T16:21:30Z (24 years, 1 month ago) by cebix |
Branch: | MAIN |
Changes since 1.4: | +5 -1 lines |
Log Message: | mon.spec gets correctly included in the tarball, even when building from a separate directory |
# | 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 | cebix | 1.5 | |
10 | EXTRA_DIST = mon.1 | ||
11 | |||
12 | dist-hook: mon.spec | ||
13 | cp mon.spec $(distdir) | ||
14 | cebix | 1.2 | |
15 | cebix | 1.1 | # 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 | cebix | 1.4 | rpm --tarball a $(PACKAGE)-$(VERSION).tar.gz |