general Makefile.am clean-ups
This commit is contained in:
parent
655b165965
commit
cdaf2c7590
7 changed files with 47 additions and 48 deletions
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS=
|
||||
SUBDIRS =
|
||||
|
||||
urlpath = /elections/2000
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS=
|
||||
SUBDIRS =
|
||||
|
||||
urlpath = /elections/2001
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS=
|
||||
SUBDIRS =
|
||||
|
||||
urlpath = /elections/2002
|
||||
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
SUBDIRS=
|
||||
SUBDIRS =
|
||||
|
||||
urlpath = /elections/2003
|
||||
|
||||
page_SCRIPTS = \
|
||||
2003-verif.tar.gz \
|
||||
index.html \
|
||||
candidates.html \
|
||||
preliminary-results.html \
|
||||
results.txt \
|
||||
verify.html \
|
||||
voters.html \
|
||||
rules.html
|
||||
|
||||
page_DATA =
|
||||
page_DATA = \
|
||||
results.txt \
|
||||
2003-verif.tar.gz
|
||||
|
||||
include $(top_srcdir)/rules.common
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS= 2000 2001 2002 2003
|
||||
SUBDIRS = 2000 2001 2002 2003
|
||||
|
||||
urlpath = /elections
|
||||
|
||||
|
@ -7,4 +7,3 @@ page_SCRIPTS = \
|
|||
overview.html
|
||||
|
||||
include $(top_srcdir)/rules.common
|
||||
|
||||
|
|
6
foundation.gnome.org/foundation.css
vendored
6
foundation.gnome.org/foundation.css
vendored
|
@ -1,13 +1,13 @@
|
|||
#hdr {
|
||||
background: none;
|
||||
background-color: #565248;
|
||||
background-color: #494066;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
border-left: 1px dashed #565248;
|
||||
border-left: 1px dashed #494066;
|
||||
}
|
||||
|
||||
#sidebar p.section {
|
||||
background-color: #565248;
|
||||
background-color: #494066;
|
||||
color: white;
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS=
|
||||
SUBDIRS =
|
||||
|
||||
urlpath = /membership
|
||||
|
||||
|
|
Loading…
Reference in a new issue