[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
t-code 2%3A2.3.1-2.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,572 kB
  • ctags: 721
  • sloc: lisp: 10,356; sh: 3,060; perl: 748; makefile: 155
file content (14 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SHELL = /bin/sh

DISTDATA = EELLLTXT EELLLTXT.tut bushu.rev symbol.rev tc-bitmap-8x16

pkgdata_DATA = $(DISTDATA) bushu.expand bushu.index2
EXTRA_DIST = $(DISTDATA) mk-bdic

bushu.expand bushu.index2: bushu.rev
	@echo '*** compiling bushu dictionary ***'
	@echo '*** this may take a few minutes ***'
	$(EMACS) -q -no-site-file -batch -l $(srcdir)/mk-bdic

clean:
	$(RM) bushu.expand bushu.index2