diff options
author | Clark Williams <williams@redhat.com> | 2009-11-28 09:37:48 -0600 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2009-11-28 09:37:48 -0600 |
commit | 273a94955eea8f384393b7f7c06132313027b586 (patch) | |
tree | 3cccd09517148d7dab6e8a0672e101821da2464d /Makefile | |
parent | b5175d2c986b60a490366d8d5caf0fd4b768580b (diff) | |
download | rteval-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-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |