summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorpdw <>2003-10-11 15:59:40 +0000
committerpdw <>2003-10-11 15:59:40 +0000
commitbdfbc59b7db7aa965d9d016286b10e1b571c0c4d (patch)
treec01c87bc2c40d38c31f004de2da8b612762e2a1e /Makefile.am
parent888f9cc20f6a224efcde638803cf536d3a477196 (diff)
downloadiftop-bdfbc59b7db7aa965d9d016286b10e1b571c0c4d.zip
Re-added spec file.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 9a78924..a0ba399 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,13 +29,16 @@ SUBDIRS = config
iftop.cat: iftop.8
(echo -e ".pl 1100i" ; cat iftop.8 ; echo ".pl \n(nlu+10") | groff -Tascii -man > iftop.cat
+iftop.spec: iftop.spec.in
+ sed 's/__VERSION__/$(VERSION)/' < iftop.spec.in > iftop.spec
+
## These need to be distributed along with configure:
EXTRA_DIST = bootstrap README ChangeLog AUTHORS COPYING INSTALL TODO \
- Makefile.OLD $(man_MANS) iftop.cat
+ Makefile.OLD $(man_MANS) iftop.cat iftop.spec
MAINTERCLEANFILES = Makefile.in aclocal.m4 configure configuration.h.in \
- stamp-h.in
+ stamp-h.in iftop.spec
ACLOCAL = aclocal -I @ac_aux_dir@