summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/eskdx/Makefile
blob: 0784f60cee83f899e3d84ba7e6813c800030fa35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Process this file with GNU make
TOP_DIR = .
SUBDIRS = source unpacked manual test

DIST_FILES = \
	     ChangeLog \
	     include.m4 \
	     include.mak \
	     Makefile \
	     manifest.txt \
	     NEWS \
	     NEWS.in \
	     README \
	     README.in

include $(TOP_DIR)/include.mak

all: NEWS README

NEWS: NEWS.in $(M4DEPS)
	m4 $(M4FLAGS) $< >$@
README: README.in $(M4DEPS)
	m4 $(M4FLAGS) $< >$@