# $Id: Makefile,v 1.5 2011/12/15 23:00:58 machan Exp $ include ../Make.Common FILE_DIR = $(RUBY_STD_LIB_DIR) FILES = __dummy__.rb \ rexml/attlistdecl.rb \ rexml/attribute.rb \ rexml/cdata.rb \ rexml/child.rb \ rexml/comment.rb \ rexml/doctype.rb \ rexml/document.rb \ rexml/dtd/attlistdecl.rb \ rexml/dtd/dtd.rb \ rexml/dtd/elementdecl.rb \ rexml/dtd/entitydecl.rb \ rexml/dtd/notationdecl.rb \ rexml/element.rb \ rexml/encoding.rb \ rexml/encodings/CP-1252.rb \ rexml/encodings/EUC-JP.rb \ rexml/encodings/ICONV.rb \ rexml/encodings/ISO-8859-1.rb \ rexml/encodings/ISO-8859-15.rb \ rexml/encodings/SHIFT-JIS.rb \ rexml/encodings/SHIFT_JIS.rb \ rexml/encodings/UNILE.rb \ rexml/encodings/US-ASCII.rb \ rexml/encodings/UTF-16.rb \ rexml/encodings/UTF-8.rb \ rexml/formatters/default.rb \ rexml/formatters/pretty.rb \ rexml/formatters/transitive.rb \ rexml/functions.rb \ rexml/instruction.rb \ rexml/light/node.rb \ rexml/namespace.rb \ rexml/node.rb \ rexml/output.rb \ rexml/parent.rb \ rexml/parseexception.rb \ rexml/parsers/baseparser.rb \ rexml/parsers/lightparser.rb \ rexml/parsers/pullparser.rb \ rexml/parsers/sax2parser.rb \ rexml/parsers/streamparser.rb \ rexml/parsers/treeparser.rb \ rexml/parsers/ultralightparser.rb \ rexml/parsers/xpathparser.rb \ rexml/quickpath.rb \ rexml/rexml.rb \ rexml/sax2listener.rb \ rexml/source.rb \ rexml/streamlistener.rb \ rexml/syncenumerator.rb \ rexml/text.rb \ rexml/undefinednamespaceexception.rb \ rexml/validation/relaxng.rb \ rexml/validation/validation.rb \ rexml/validation/validationexception.rb \ rexml/xmldecl.rb \ rexml/xmltokens.rb \ rexml/xpath.rb \ rexml/xpath_parser.rb # Because of IRB's bug, "rexml/entity.rb" was excluded. BOOK_TITLE = "REXML - XML parser library (Ruby 1.8.7)" OPTIONS = --tab-width 2 include ../Make.Rules