blob: e44375464b440561c31e8465307bd940128d902e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Note: dvipdft.1 used here needs to be updated
# and dvipdfm.1 be replaced by dvipdfmx.1 with a link to dvipdfm.1
dist_man1_MANS = dvipdfm.1 dvipdft.1 extractbb.1
man1_links = extractbb:ebb
include $(srcdir)/../../am/man1_links.am
install-data-hook: install-man1-links
uninstall-hook: uninstall-man1-links
|