3030e327cc
The most important of these new features are: * SQL Database logging helper * Time-Quota session helper * SSL-Bump Server First * Server Certificate Mimic * Custom HTTP request headers
23 lines
797 B
Text
23 lines
797 B
Text
$NetBSD: patch-errors_Makefile.in,v 1.1 2013/02/10 18:16:53 adam Exp $
|
|
|
|
Don't install errorpage.css.
|
|
|
|
--- errors/Makefile.in.orig 2013-02-01 10:56:12.000000000 +0000
|
|
+++ errors/Makefile.in
|
|
@@ -501,7 +501,7 @@ install-dvi: install-dvi-am
|
|
|
|
install-dvi-am:
|
|
|
|
-install-exec-am: install-exec-local
|
|
+install-exec-am:
|
|
|
|
install-html: install-html-am
|
|
|
|
@@ -618,7 +618,6 @@ install-data-local: translate
|
|
done; \
|
|
$(INSTALL_DATA) $(srcdir)/TRANSLATORS $(DESTDIR)$(DEFAULT_ERROR_DIR)/TRANSLATORS; \
|
|
$(INSTALL_DATA) $(srcdir)/COPYRIGHT $(DESTDIR)$(DEFAULT_ERROR_DIR)/COPYRIGHT; \
|
|
- $(INSTALL_DATA) $(srcdir)/errorpage.css $(DESTDIR)$(DEFAULT_STYLESHEET).default; \
|
|
$(SHELL) $(srcdir)/alias-link.sh "$(LN)" "$(RM)" "$(DESTDIR)$(DEFAULT_ERROR_DIR)" "$(srcdir)/aliases" || exit 1 ;
|
|
|
|
uninstall-local:
|