freebsd-ports/print/tex-aleph/files/patch-man-Makefile.in
Hiroki Sato 90410e570d Update TeXLive to TL2015.
- print/texlive-infra was renamed with print/texlive-tlmgr.
  Note that currently tlmgr(1) does not work because of
  lack of TLPDB.  This will be fixed.

- Lua libraries used in LuaTeX are separated into
  devel/tex-libtexlua and devel/texlibtexluajit.
  USE_TEX supports them via keywords "texlua" and "texluajit".

- libsynctex is currently installed by devel/tex-web2c.
  This will be separated into a single port.

- Add graphics/libpotrace and use installed libpotrace
  and libharfbuzz.
2015-07-19 20:33:34 +00:00

24 lines
1.2 KiB
Text

--- man/Makefile.in.orig 2015-03-09 10:53:09 UTC
+++ man/Makefile.in
@@ -428,10 +428,10 @@ top_srcdir = @top_srcdir@
wlibs = @wlibs@
x_ext_lib = @x_ext_lib@
x_tool_libs = @x_tool_libs@
-man_sources = $(bootstrap_man_sources) $(am__append_1) $(am__append_2) \
+man_sources = $(am__append_1) $(am__append_2) \
$(am__append_3) $(am__append_5) $(am__append_6) \
$(am__append_7) $(am__append_9) $(am__append_11) \
- $(am__append_12) $(am__append_14) $(misc_man_sources)
+ $(am__append_12) $(am__append_14)
EXTRA_DIST = $(bootstrap_man_sources) $(web_man_sources) tex.man \
mf.man mpost.man etex.man $(pdftex_man_sources) luatex.man \
$(otangle_man_sources) aleph.man $(misc_man_sources) \
@@ -440,7 +440,7 @@ EXTRA_DIST = $(bootstrap_man_sources) $(
bootstrap_man_sources = ctie.man cweb.man tangle.man tie.man
# Symlinks within $(man1dir): FILE:LINK indicates LINK.1->FILE.1
-man1_links = cweb:ctangle cweb:cweave $(am__append_4) $(am__append_8) \
+man1_links = $(am__append_4) $(am__append_8) \
$(am__append_10) $(am__append_13) $(am__append_15)
web_man_sources = bibtex.man dvicopy.man dvitomp.man dvitype.man gftodvi.man \
gftopk.man gftype.man mft.man patgen.man pktogf.man pktype.man \