summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-11-28 09:37:48 -0600
committerClark Williams <williams@redhat.com>2009-11-28 09:37:48 -0600
commit273a94955eea8f384393b7f7c06132313027b586 (patch)
tree3cccd09517148d7dab6e8a0672e101821da2464d /Makefile
parentb5175d2c986b60a490366d8d5caf0fd4b768580b (diff)
downloadrteval-273a94955eea8f384393b7f7c06132313027b586.tar.gz
rteval-273a94955eea8f384393b7f7c06132313027b586.tar.xz
rteval-273a94955eea8f384393b7f7c06132313027b586.zip
include rteval/rteval_histogram_raw.xsl in Makefile and specfile
Signed-off-by: Clark Williams <williams@redhat.com> CC: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b8a967f..2e8f3da 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,8 @@ PYSRC := rteval/rteval.py \
rteval/xmlout.py
XSLSRC := rteval/rteval_dmi.xsl \
- rteval/rteval_text.xsl
+ rteval/rteval_text.xsl \
+ rteval/rteval_histogram_raw.xsl
CONFSRC := rteval/rteval.conf
@@ -67,6 +68,7 @@ install_rteval: installdirs
fi
install -m 644 rteval/rteval_text.xsl $(DATADIR)/rteval
install -m 644 rteval/rteval_dmi.xsl $(DATADIR)/rteval
+ install -m 644 rteval/rteval_histogram_raw.xsl $(DATADIR)/rteval
install -m 644 rteval/rteval.conf $(CONFDIR)
install -m 644 doc/rteval.8 $(MANDIR)/man8/
gzip $(MANDIR)/man8/rteval.8