blob: ab237597555b0dca52b0e005e24fe5b5f049878a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- man/Makefile.in.orig 2015-07-26 05:24:02.711529000 +0900
+++ man/Makefile.in 2015-07-26 05:24:25.464588000 +0900
@@ -448,10 +448,7 @@
pdftex_man_sources = pdftex.man pdftosrc.man ttf2afm.man
otangle_man_sources = ofm2opl.man opl2ofm.man ovf2ovp.man ovp2ovf.man
-misc_man_sources = \
- amstex.man \
- latex.man \
- pdfetex.man
+misc_man_sources =
SUFFIXES = .1 .man .ps .dvi
man_files = $(man_sources:.man=.1)
|