Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Do not generate / install documentation. This is as per hypnotoad's commit on the closed trunk which commented out that code, presumably because it requires doctools to be installed. |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d4b9c796de85b52981c4eb3b78d3ab13 |
User & Date: | apnadkarni 2017-12-14 11:45:37.773 |
Context
2017-12-23
| ||
10:22 | Update to V1.1 of nmake rules check-in: 032223d40a user: apnadkarni tags: trunk | |
2017-12-14
| ||
11:45 | Do not generate / install documentation. This is as per hypnotoad's commit on the closed trunk which commented out that code, presumably because it requires doctools to be installed. check-in: d4b9c796de user: apnadkarni tags: trunk | |
11:40 | Merge vc-reform: new nmake build system check-in: 662e3bac62 user: apnadkarni tags: trunk | |
Changes
Changes to win/makefile.vc.
︙ | ︙ | |||
28 29 30 31 32 33 34 | # Define the standard targets !include "$(_RULESDIR)\targets.vc" # Project specific targets | | > | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | # Define the standard targets !include "$(_RULESDIR)\targets.vc" # Project specific targets install: default-install-demos pkgindex: default-pkgindex # Implicit rule to generate html from man files # NOTE: this requires doctools from tcllib DOC2HTML = $(TCLSH) "$(TOOLSDIR)\mpexpand.tcl" html {$(DOCDIR)}.man{$(OUT_DIR)}.html: $(DOC2HTML) $< $@ @$(TCLSH) << set name $(@:\=/) set f [open $$name r]; set d [read $$f]; close $$f set d [regsub {</head>} $$d {<link rel="stylesheet" href="manpage.css" type="text/css"></head>}] |
︙ | ︙ |