Makefile
author Fabien Ninoles <fabien@tzone.org>
Sun, 06 Sep 2015 22:13:01 -0400
branchdtd
changeset 5 006cc13454c8
parent 2 488f4765ed25
permissions -rw-r--r--
Add XML catalog.

INSTALL_DIR=`pwd`/install
TOP=.

DIST_FILES= common.dtd \
	cv.dtd \
	poetry.dtd \
	poetry.xsd \
	story.dtd

all:

validate:

install:
	mkdir -p $(INSTALL_DIR)
	cp $(DIST_FILES) $(INSTALL_DIR)

clean:

purge: