File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed
Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ # $Id: Makefile,v 1.5 2008/02/06 14:05:15 mike Exp $
2+ #
3+ # FIXME: New documentation needed.
4+ #
5+ # Use "make REMOTE=1" to use remote bikeshed
6+
7+ SOURCEFILE =Overview.bs
8+ OUTPUTFILE =Overview.html
9+ PREPROCESSOR =bikeshed.py
10+ REMOTE_PREPROCESSOR_URL =https://api.csswg.org/bikeshed/
11+
12+ all : $(OUTPUTFILE )
13+
14+ $(OUTPUTFILE ) : $(SOURCEFILE )
15+ ifneq (,$(REMOTE ) )
16+ curl $(REMOTE_PREPROCESSOR_URL) -F file=@$(SOURCEFILE) > "$@"
17+ else
18+ $(PREPROCESSOR) -f spec "$<" "$@"
19+ endif
20+
Original file line number Diff line number Diff line change 1+ <pre class='metadata'>
2+ Title : CSS Properties and Values Extensions Level 1
3+ Status : DREAM
4+ ED : http://dev.w3.org/houdini/css-properties-values/
5+ Shortname : css-properties-values
6+ Level : 1
7+ Abstract :
8+ Editor : Tab Atkins, jackalmage@gmail.com
9+ Editor : Shane Stephens, shanestephens@google.com
10+ Editor : Daniel Glazman, glazou@disruptiveinnovations.com
11+ Editor : Elliot Sprehn, esprehn@chromium.org
12+ Editor : Greg Whitworth, gwhit@microsoft.com
13+ </pre>
You can’t perform that action at this time.
0 commit comments