aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 7b38de1c444c107fb0fe688ae7861e02d13a43e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright (C) 2023 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
#
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or (at
# your option) any later version.
#
# You should have received a copy of the GNU General Public License
# along with this file.  If not, see <http://www.gnu.org/licenses/>.
SENTINEL =

letsencryptrenewaldir = $(sysconfdir)/letsencrypt/renewal
letsencryptrenewal_DATA = etc/letsencrypt/renewal/mumble.replicant.conf

sitesavailabledir = $(sysconfdir)/apache2/sites-available
sitesavailable_DATA = etc/apache2/sites-available/mumble.replicant.us.conf

EXTRA_DIST = \
	$(letsencryptrenewal_DATA) \
	$(sitesavailable_DATA) \
	$(SENTINEL)