summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2010-02-22 07:29:19 -0800
committerShawn O. Pearce <sop@google.com>2010-02-22 09:38:49 -0800
commit7401cb068c75e8cea92087bbfebaee8bc88bb672 (patch)
tree5053c86a541d4e359ecf8002f3c83f4263b6e2cb
parent41eac8777f74f1b6c81926e2eea896effe5d1e12 (diff)
documentation: Remove stupid ReleaseNotes build rules
We don't have the ReleaseNotes within the Documentation directory. I put them here temporarily, then changed my mind and moved them out before I submitted the initial batch we imported from our SVN based wiki on code.google.com. But I failed to revert and discard this edit in the documentation Makefile. Change-Id: I1779424b66737a8441ad6dc269d539ca7df9fc52 Signed-off-by: Shawn O. Pearce <sop@google.com>
-rw-r--r--Documentation/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index d9f84a0a06..ea7721ab12 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -12,8 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-DOC_HTML = $(patsubst %.txt,%.html,$(wildcard *.txt)) \
- $(patsubst %.txt,%.html,$(wildcard ReleaseNotes/*.txt))
+DOC_HTML = $(patsubst %.txt,%.html,$(wildcard *.txt))
ASCIIDOC = asciidoc
ASCIIDOC_EXTRA =
SVN = svn