File: Makefile.am

package info (click to toggle)
t-code 2%3A2.3.1-8
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,804 kB
  • sloc: lisp: 10,356; perl: 748; sh: 384; makefile: 134
file content (20 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SHELL = /bin/sh

pkgdata_DATA = manual.pdf

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

all: manual.pdf

manual.pdf: 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
	dvipdfm manual.dvi