[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 (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