summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2016-07-26 17:02:40 -0400
committerMichael Orlitzky <mjo@gentoo.org>2016-07-26 17:26:27 -0400
commitf98dfac61c8076d7cf8ab6a9ab574b047dd07952 (patch)
treed85d90ac1e8d86246f9bd7073fa8b3b8584d8628 /Makefile.am
parentBump to v0.9.1 in configure.ac. (diff)
downloadeselect-php-f98dfac61c8076d7cf8ab6a9ab574b047dd07952.tar.gz
eselect-php-f98dfac61c8076d7cf8ab6a9ab574b047dd07952.tar.bz2
eselect-php-f98dfac61c8076d7cf8ab6a9ab574b047dd07952.zip
Add OpenRC init and conf files.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index d9220bd..719ced1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,8 @@
eselectdir = $(datadir)/eselect/modules
nodist_eselect_DATA = $(srcdir)/src/php.eselect
-# Without this, the conf input file doesn't wind up in the tarball.
-EXTRA_DIST = $(srcdir)/src/70_mod_php.conf.in
+# Without EXTRA_DIST, these files don't wind up in the tarball.
+EXTRA_DIST = $(srcdir)/src/70_mod_php.conf.in doc/*.*
if APACHE2
# Without these set, we won't try to install the conf file.