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>
This commit is contained in:
Shawn O. Pearce
2010-02-22 07:29:19 -08:00
parent 41eac8777f
commit 7401cb068c

View File

@@ -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