diff options
| author | David Sommerseth <davids@redhat.com> | 2010-03-22 13:34:39 +0100 |
|---|---|---|
| committer | David Sommerseth <davids@redhat.com> | 2010-03-22 13:34:39 +0100 |
| commit | ff0e921324a49d4052cbac11c9287405f12315cd (patch) | |
| tree | e9f00b3d107294484ef944fe42a91475be43aa0e /server | |
| parent | bfdd4812d655963712bda0e933ce067bf3598b0d (diff) | |
| download | rteval-ff0e921324a49d4052cbac11c9287405f12315cd.tar.gz rteval-ff0e921324a49d4052cbac11c9287405f12315cd.tar.xz rteval-ff0e921324a49d4052cbac11c9287405f12315cd.zip | |
Copy init script and config file example to the docs dir on 'make install'
Diffstat (limited to 'server')
| -rw-r--r-- | server/parser/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/parser/Makefile.am b/server/parser/Makefile.am index 3fb4163..0ca5288 100644 --- a/server/parser/Makefile.am +++ b/server/parser/Makefile.am @@ -43,3 +43,7 @@ rteval_parserd_SOURCES = argparser.c argparser.h \ # Don't build, only install xsltdir=$(datadir)/rteval dist_xslt_DATA = xmlparser.xsl + +# Copy init script and config file example to the docs dir +initscriptdir=$(docdir)/initscripts +dist_initscript_DATA = rteval_parserd.init rteval_parserd.sysconfig |
