Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Stripping out the whole manual building process |
---|---|
Timelines: | family | ancestors | trunk |
Files: | files | file ages | folders |
SHA1: |
c1e91c7333cb1e7ce3dea17ac270c49d |
User & Date: | seandeelywoods 2014-03-12 03:22:32.301 |
Context
2014-03-12
| ||
03:22 | Stripping out the whole manual building process Leaf check-in: c1e91c7333 user: seandeelywoods tags: trunk | |
03:12 | Nerfing dtplite calls so windows builds will complete check-in: 96fff058aa user: seandeelywoods tags: trunk | |
Changes
Changes to Makefile.in.
︙ | ︙ | |||
112 113 114 115 116 117 118 | cd $$sub && \ $(MAKE) top_builddir=$$here test || exit $$? && \ cd $$here ; \ done install-man: mkdir -p $(MAN_INSTALL_DIR)/mann | | | | | | 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 | cd $$sub && \ $(MAKE) top_builddir=$$here test || exit $$? && \ cd $$here ; \ done install-man: mkdir -p $(MAN_INSTALL_DIR)/mann #for i in $(srcdir)/doc/*.man ; \ #do \ # #dtplite -ext n -o $(MAN_INSTALL_DIR)/mann nroff $$i ; \ #done collate: all rm -f pkgIndex.tcl touch pkgIndex.tcl for sub in $(SUBDIRS) ; \ do \ here=`pwd` && \ |
︙ | ︙ |