aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am5
-rw-r--r--README2
2 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7f94645..6b57ce1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,6 +9,9 @@
# along with this file. If not, see <http://www.gnu.org/licenses/>.
SENTINEL =
+htmldir = $(localstatedir)/www/mumble.replicant.us
+html_DATA = var/www/mumble.replicant.us/index.html
+
mumbleconfigdir = $(sysconfdir)
mumbleconfig_DATA = etc/mumble-server.ini
@@ -26,3 +29,5 @@ EXTRA_DIST = \
$(mumbleconfig_DATA) \
$(sitesavailable_DATA) \
$(SENTINEL)
+
+dist_pkgdata_DATA = $(HTML_DATA)
diff --git a/README b/README
index a48815b..67839b3 100644
--- a/README
+++ b/README
@@ -9,7 +9,7 @@ This project is meant to be deployed on Trisquel 11.
Here's an example of how to deploy it:
$ ./autogen.sh
-$ ./configure --prefix=/usr --sysconfdir=/etc
+$ ./configure --prefix=
$ sudo make install DESTDIR=
$ sudo a2ensite mumble.replicant.us-init
$ sudo systemctl apache2 reload