merge of '8284970df75a548f065196f3da7fcd70bc8c47b3'

and '8b5b324a1c2f984ac4755fedfc3bf7a66169a6af'

Monotone-Parent: 8284970df75a548f065196f3da7fcd70bc8c47b3
Monotone-Parent: 8b5b324a1c2f984ac4755fedfc3bf7a66169a6af
Monotone-Revision: 42650c7e11b236bf9b1b25f7089b591ad1af31aa

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-11-19T14:44:54
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-11-19 14:44:54 +00:00
10 changed files with 71 additions and 29 deletions
+5
View File
@@ -40,3 +40,8 @@ clean ::
distclean :: clean
uninstall ::
@if [ -L "$(SOGO_TEMPLATESDIR)" ]; then \
echo "$(SOGO_TEMPLATESDIR) is a symbolic link (for development?). Uninstallation skipped."; \
else \
rm -rf $(SOGO_TEMPLATESDIR); \
fi
+5
View File
@@ -22,3 +22,8 @@ clean ::
distclean :: clean
uninstall ::
@if [ -L "$(SOGO_WEBSERVERRESOURCESDIR)" ]; then \
echo "$(SOGO_WEBSERVERRESOURCESDIR) is a symbolic link (for development?). Uninstallation skipped."; \
else \
rm -rf $(SOGO_WEBSERVERRESOURCESDIR); \
fi