liquid_feedback_frontend

annotate locale/Makefile @ 159:5d797c6706d5

implement quorum display

show the initiative quorum as a small 1px line in bargraph
allow to update your support on the diff page
better linked title in diff page
show absolute quorum numbers in detail pages of issue and initiative
author Daniel Poelzleithner <poelzi@poelzi.org>
date Sat Oct 09 03:42:48 2010 +0200 (2010-10-09)
parents 90d16ad8d6d2
children 08a6b6e9de84
rev   line source
poelzi@131 1 PATH:=$(PATH):/opt/rocketwiki-lqfb/
poelzi@131 2
poelzi@131 3 DIRS = help
poelzi@131 4 HTML_SOURCE := $(foreach DIR,$(DIRS),$(wildcard $(DIR)/*.txt))
poelzi@131 5 HTML_HELP := $(HTML_SOURCE:.txt=.txt.html)
poelzi@131 6 TARGET = all
poelzi@131 7
poelzi@131 8
poelzi@131 9 %.txt.html: %.txt
poelzi@131 10 rocketwiki-lqfb < $< > $@
poelzi@131 11
poelzi@131 12
poelzi@131 13 help_html: $(HTML_HELP)
poelzi@131 14
poelzi@131 15 clean:
poelzi@131 16 rm -f $(HTML_HELP)
poelzi@131 17
poelzi@131 18 all: help_html

Impressum / About Us