From b1c24228e9921ede0af62dbf0267df1f04bed3cb Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Tue, 11 Jun 2024 19:31:35 +0200 Subject: Add index.html file Signed-off-by: Denis 'GNUtoo' Carikli --- Makefile.am | 5 +++++ README | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 . 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 -- cgit v1.2.3