diff --git a/doc/BUILD b/doc/BUILD index 1745bc8..90177f1 100644 --- a/doc/BUILD +++ b/doc/BUILD @@ -46,7 +46,7 @@ write_file( name = "fix_stardoc_" + file, srcs = [file + ".md_pre"], outs = [file + ".md_"], - cmd = "sed '/rules.doc.bzl/d' $(SRCS) > $(OUTS)", + cmd = "sed '/rules.doc.bzl/,+1d' $(SRCS) > $(OUTS)", ) for file in _DOC_SRCS.keys() ] diff --git a/doc/rules.md b/doc/rules.md index 830e3c2..5b5064c 100644 --- a/doc/rules.md +++ b/doc/rules.md @@ -12,7 +12,6 @@ On this page: ## apple_genrule
- apple_genrule(name, srcs, outs, cmd, executable, message, no_sandbox, tools)@@ -84,7 +83,6 @@ NOTE: `DEVELOPER_DIR` and `SDKROOT` are environment variables and *not* make ## toolchain_substitution
- toolchain_substitution(name, src, var_name)@@ -125,7 +123,6 @@ ios_application( ## universal_binary
- universal_binary(name, binary)