blob: 5f89f87a62502b18d0feb28badbb2b3a985c16d3 (
plain)
1 Instead of depending on tcllib/doctools for building these manpages, this has
2 been worked around by not installing the manpages. They weren't installed
3 before 1.4 either. If you really need the documentation, try looking on the
4 web.
5
6 --- Makefile.in.orig 2010-05-03 17:32:03.000000000 +0200
7 +++ Makefile.in 2011-06-18 22:35:10.000000000 +0200
8 @@ -146,7 +146,7 @@
9 $$p > $$p.1 && mv -f $$p.1 $$p ; \
10 done
11
12 -install: collate install-man
13 +install: collate
14 mkdir -p $(INSTALL_ROOT)$(LIB_RUNTIME_DIR)
15 for p in Img/exec_prefix/lib/Img/* ; do \
16 $(INSTALL_PROGRAM) $$p $(INSTALL_ROOT)$(LIB_RUNTIME_DIR)/`basename $$p` ; \
|