general Makefile.am clean-ups
This commit is contained in:
parent
655b165965
commit
cdaf2c7590
7 changed files with 47 additions and 48 deletions
|
@ -1,19 +1,19 @@
|
||||||
SUBDIRS=
|
SUBDIRS =
|
||||||
|
|
||||||
urlpath = /elections/2000
|
urlpath = /elections/2000
|
||||||
|
|
||||||
page_SCRIPTS = \
|
page_SCRIPTS = \
|
||||||
index.html \
|
index.html \
|
||||||
candidates.html \
|
candidates.html \
|
||||||
results.html \
|
results.html \
|
||||||
verify.html \
|
verify.html \
|
||||||
voters.html \
|
voters.html \
|
||||||
rules.html
|
rules.html
|
||||||
|
|
||||||
page_DATA = \
|
page_DATA = \
|
||||||
list-addresses.py \
|
list-addresses.py \
|
||||||
registered-voters.txt \
|
registered-voters.txt \
|
||||||
vote-counter.py \
|
vote-counter.py \
|
||||||
vote-archives.diff
|
vote-archives.diff
|
||||||
|
|
||||||
include $(top_srcdir)/rules.common
|
include $(top_srcdir)/rules.common
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
SUBDIRS=
|
SUBDIRS =
|
||||||
|
|
||||||
urlpath = /elections/2001
|
urlpath = /elections/2001
|
||||||
|
|
||||||
page_SCRIPTS = \
|
page_SCRIPTS = \
|
||||||
index.html \
|
index.html \
|
||||||
candidates.html \
|
candidates.html \
|
||||||
verify.html \
|
verify.html \
|
||||||
voters.html \
|
voters.html \
|
||||||
rules.html
|
rules.html
|
||||||
|
|
||||||
page_DATA = \
|
page_DATA = \
|
||||||
list-addresses.py \
|
list-addresses.py \
|
||||||
registered-voters.txt \
|
registered-voters.txt \
|
||||||
vote-counter.py \
|
vote-counter.py \
|
||||||
results.txt \
|
results.txt \
|
||||||
vote-archives.diff
|
vote-archives.diff
|
||||||
|
|
||||||
include $(top_srcdir)/rules.common
|
include $(top_srcdir)/rules.common
|
||||||
|
|
|
@ -1,20 +1,20 @@
|
||||||
SUBDIRS=
|
SUBDIRS =
|
||||||
|
|
||||||
urlpath = /elections/2002
|
urlpath = /elections/2002
|
||||||
|
|
||||||
page_SCRIPTS = \
|
page_SCRIPTS = \
|
||||||
index.html \
|
index.html \
|
||||||
candidates.html \
|
candidates.html \
|
||||||
preliminary-results.html \
|
preliminary-results.html \
|
||||||
verify.html \
|
verify.html \
|
||||||
voters.html \
|
voters.html \
|
||||||
rules.html
|
rules.html
|
||||||
|
|
||||||
page_DATA = \
|
page_DATA = \
|
||||||
list-addresses.py \
|
list-addresses.py \
|
||||||
registered-voters.txt \
|
registered-voters.txt \
|
||||||
vote-counter.py \
|
vote-counter.py \
|
||||||
results.txt \
|
results.txt \
|
||||||
vote-archives.diff
|
vote-archives.diff
|
||||||
|
|
||||||
include $(top_srcdir)/rules.common
|
include $(top_srcdir)/rules.common
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
SUBDIRS=
|
SUBDIRS =
|
||||||
|
|
||||||
urlpath = /elections/2003
|
urlpath = /elections/2003
|
||||||
|
|
||||||
page_SCRIPTS = \
|
page_SCRIPTS = \
|
||||||
2003-verif.tar.gz \
|
index.html \
|
||||||
index.html \
|
candidates.html \
|
||||||
candidates.html \
|
preliminary-results.html \
|
||||||
preliminary-results.html \
|
verify.html \
|
||||||
results.txt \
|
voters.html \
|
||||||
verify.html \
|
|
||||||
voters.html \
|
|
||||||
rules.html
|
rules.html
|
||||||
|
|
||||||
page_DATA =
|
page_DATA = \
|
||||||
|
results.txt \
|
||||||
|
2003-verif.tar.gz
|
||||||
|
|
||||||
include $(top_srcdir)/rules.common
|
include $(top_srcdir)/rules.common
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
SUBDIRS= 2000 2001 2002 2003
|
SUBDIRS = 2000 2001 2002 2003
|
||||||
|
|
||||||
urlpath = /elections
|
urlpath = /elections
|
||||||
|
|
||||||
page_SCRIPTS = \
|
|
||||||
index.html \
|
|
||||||
overview.html
|
|
||||||
|
|
||||||
include $(top_srcdir)/rules.common
|
|
||||||
|
|
||||||
|
page_SCRIPTS = \
|
||||||
|
index.html \
|
||||||
|
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 {
|
#hdr {
|
||||||
background: none;
|
background: none;
|
||||||
background-color: #565248;
|
background-color: #494066;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar {
|
#sidebar {
|
||||||
border-left: 1px dashed #565248;
|
border-left: 1px dashed #494066;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar p.section {
|
#sidebar p.section {
|
||||||
background-color: #565248;
|
background-color: #494066;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
SUBDIRS=
|
SUBDIRS =
|
||||||
|
|
||||||
urlpath = /membership
|
urlpath = /membership
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue