File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 Round Display Level 1
3+ Shortname : css-round-display
4+ Group : csswg
5+ Level : 1
6+ Status : ED
7+ ED : http://dev.w3.org/csswg/css-round-display/
8+ Editor : Hyojin Song, LG Electronics, hyojin22.song@lge.com
9+ Editor : Soonbo Han, LG Electronics, soonbo.han@lge.com
10+ Editor : Dong-Young Lee, LG Electronics, dongyoung.lee@lge.com
11+ Abstract : blah blah Round Displays blah blah
12+ </pre>
13+
You can’t perform that action at this time.
0 commit comments