Updated Makefile to reflect Apache config changes.

This commit is contained in:
Nick Daly 2013-10-06 21:17:18 -05:00
parent c61e73245a
commit 04d9abfba6

View File

@ -95,12 +95,7 @@ current-repository.tar.gz: $(ALL_BUT_GZ)
tar cz $(EXCLUDE) * .git > current-repository.tar.gz tar cz $(EXCLUDE) * .git > current-repository.tar.gz
apache-config: apache-ssl apache-config: apache-ssl
cp support/apache/sites-available/plinth.conf /etc/apache/sites-available/plinth.conf cp share/apache/plinth.conf /etc/apache/sites-available/plinth.conf
cp support/apache/plinth-ports.conf /etc/apache/plinth-ports.conf
# include plinth's ports if necessary.
ifeq ($(shell grep 'plinth-ports.conf' /etc/apache2/ports.conf), "")
echo "Include plinth-ports.conf" >> /etc/apache2/ports.conf
endif
a2ensite plinth a2ensite plinth
apache-ssl: apache-ssl: