File: Makefile

package info (click to toggle)
tmexpand 0.1.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 348 kB
  • ctags: 27
  • sloc: sh: 246; makefile: 194
file content (13 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
TMEXPAND = ../bin/tmexpand
MACRODIR = ../macros

TMFILES = help.tm

all: help.hlp

help.hlp: help.tm
	$(TMEXPAND) -I$(MACRODIR) help.tm help.hlp
clean:
	/bin/rm -f *-error *~ "#*"
distclean: clean
	/bin/rm -f *.sgml *.hlp