File: doc.diff

package info (click to toggle)
tklib 0.6-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 16,116 kB
  • ctags: 4,008
  • sloc: tcl: 65,204; sh: 6,870; ansic: 792; pascal: 359; makefile: 72; exp: 21; sed: 16
file content (17 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: Sergei Golovan
Description: Patch fixes building of html docs and manpages.

--- tklib-0.6.orig/Makefile.in
+++ tklib-0.6/Makefile.in
@@ -55,9 +55,9 @@
 
 
 html-doc:
-	$(TCLSH_PROG) `$(CYGPATH) $(srcdir)/sak.tcl` html
+	$(TCLSH_PROG) `$(CYGPATH) $(srcdir)/sak.tcl` doc html
 nroff-doc:
-	$(TCLSH_PROG) `$(CYGPATH) $(srcdir)/sak.tcl` nroff
+	$(TCLSH_PROG) `$(CYGPATH) $(srcdir)/sak.tcl` doc nroff
 tmml-doc:
 	$(TCLSH_PROG) `$(CYGPATH) $(srcdir)/sak.tcl` tmml
 wiki-doc: