File: Makefile.am

package info (click to toggle)
t-code 2%3A2.2.1%2B2.3pre4-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,828 kB
  • ctags: 627
  • sloc: lisp: 9,029; perl: 748; sh: 374; makefile: 138
file content (17 lines) | stat: -rw-r--r-- 426 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SHELL = /bin/sh

pkgdata_DATA = manual.dvi

EXTRA_DIST = sample.tc tc.info $(pkgdata_DATA)

info_TEXINFOS = tc.texinfo
TEXINFO_TEX = no-texinfo.tex

MAKEINFO = $(EMACS) -q -no-site-file -batch -l texinfmt -f batch-texinfo-format

manual.dvi: tc.texinfo
	ptex tc.texinfo
	$(EMACS) -q -no-site-file -batch -l $(srcdir)/texindex.el \
		-f batch-texindex tc.cp tc.cp tc.fn tc.ky tc.tp tc.vr
	ptex tc.texinfo
	mv tc.dvi manual.dvi