w3c.css.parser.analyzer.Makefile Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cssvalidator Show documentation
Show all versions of cssvalidator Show documentation
Backend for the W3C CSS Validation Service
# Note that we will filter \u005c in simple \ as some IDEs have trouble with this.
CssParser.java: CssParser.jj .FORCE
java -cp ../../../../../javacc/target/javacc.jar javacc CssParser.jj
cat CssParser.java \
| sed 's/^}/ }/g; $$d' > C && mv -f C CssParser.java && \
echo '}' >> CssParser.java
.FORCE:
© 2015 - 2025 Weber Informatics LLC | Privacy Policy