Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

Commit

Permalink
Removed webidl.html example, pending resolution of whether [] should be
Browse files Browse the repository at this point in the history
implemented or not.

git-svn-id: http://widl.webvm.net/svn/widlproc/trunk@418 b2e84630-a466-403e-8074-5faad0055f28
  • Loading branch information
tpr committed Jun 16, 2010
1 parent 74ae26e commit a5e01ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10,020 deletions.
8 changes: 1 addition & 7 deletions examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ DTD = $(OBJDIR)/widlprocxml.dtd

WIDLS = $(patsubst $(EXAMPLESDIR)/%, %, $(wildcard $(EXAMPLESDIR)/*.widl))

test : $(patsubst %.widl, $(EXAMPLESOBJDIR)/%.html, $(WIDLS)) $(EXAMPLESOBJDIR)/widlhtml.css test_spec
test : $(patsubst %.widl, $(EXAMPLESOBJDIR)/%.html, $(WIDLS)) $(EXAMPLESOBJDIR)/widlhtml.css
@echo "$@ pass"

$(EXAMPLESOBJDIR)/%.html : $(EXAMPLESOBJDIR)/%.widlprocxml $(SRCDIR)/widlprocxmltohtml.xsl Makefile
Expand All @@ -75,11 +75,5 @@ $(EXAMPLESOBJDIR)/%.widlprocxml : $(EXAMPLESDIR)/%.widl $(WIDLPROC) $(DTD) Makef
$(EXAMPLESOBJDIR)/widlhtml.css : $(EXAMPLESDIR)/widlhtml.css
cp $< $@

test_spec : $(EXAMPLESOBJDIR)/webidl.widl
$(WIDLPROC) $< >/dev/null

$(EXAMPLESOBJDIR)/webidl.widl : spectowidl.xsl webidl.html
xsltproc -html $^ >$@

.DELETE_ON_ERROR:

Loading

0 comments on commit a5e01ae

Please sign in to comment.