joes 2004/06/21 14:51:26
Modified: . Makefile.am
build dox.css
Log:
Fix typo in Makefile.am: apreq2_config should be apreq2-config. Also some css
cleanups for dox.css
Revision Changes Path
1.24 +1 -4 httpd-apreq-2/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /home/cvs/httpd-apreq-2/Makefile.am,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- Makefile.am 21 Jun 2004 18:46:53 -0000 1.23
+++ Makefile.am 21 Jun 2004 21:51:26 -0000 1.24
@@ -12,7 +12,7 @@
SED_BODY_TAG= s(^[\S\s]+<body.+|</body>[\S\s]+$$)()gi
EUM=ExtUtils::Manifest
-bin_SCRIPTS = apreq2_config
+bin_SCRIPTS = apreq2-config
if BUILD_PERL_GLUE
PERL_TEST = perl_test
@@ -36,9 +36,6 @@
@cd $(distdir); @PERL@ Makefile.PL -apxs @APACHE2_APXS@ && $(MAKE) test
rm -rf $(distdir)
@echo "$(distdir).tar.gz is kosher."
-
-
-apreq2_config:
reconfig:
./buildconf
1.2 +1 -14 httpd-apreq-2/build/dox.css
Index: dox.css
===================================================================
RCS file: /home/cvs/httpd-apreq-2/build/dox.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dox.css 21 Jun 2004 18:32:24 -0000 1.1
+++ dox.css 21 Jun 2004 21:51:26 -0000 1.2
@@ -1,7 +1,3 @@
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * manual.css
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
-
/* Copyright 2002-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -451,35 +447,26 @@
CAPTION { font-weight: bold }
A.qindex {
- text-decoration: none;
font-weight: bold;
}
A.qindexHL {
- text-decoration: none;
font-weight: bold;
background-color: #405871;
color: #ffffff;
padding: 2px 6px;
}
A.qindexHL:hover {
- text-decoration: none;
background-color: #405871;
color: #ffffff;
}
A.qindexHL:visited {
- text-decoration: none;
background-color: #405871;
color: #ffffff
}
-A.el { text-decoration: none; font-weight: bold }
+A.el { font-weight: bold }
A.elRef { font-weight: bold }
-/*
-A.code { text-decoration: none; font-weight: normal; color: #1A419D}
-A.codeRef { font-weight: normal; color: #1A419D}
-A:hover { text-decoration: none; background-color: #f2f2ff }
-*/
DL.el { margin-left: -1cm }
PRE.fragment {
border: 1px solid #CCCCCC;