Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a8ba364

Browse files
committed
Add a --address parameter to the mkhowto command line to direct
documentation comments appropriately. In response to comment from Martijn Faassen <[email protected]>. Add dependency to about.dat.
1 parent 7777e36 commit a8ba364

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/html/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ mac: icons mac/mac.html
4141
ref: icons ref/ref.html
4242
tut: icons tut/tut.html
4343

44-
$(INDEXFILES): $(COMMONPERL)
44+
$(INDEXFILES): $(COMMONPERL) $(TOPDIR)/html/about.dat
4545

4646
api/api.html: $(PAPERDIR)/api.aux
4747
$(MKHTML) api $(L2HARGS)
@@ -55,7 +55,7 @@ lib/lib.html: $(PAPERDIR)/lib.aux
5555
$(MKHTML) lib $(L2HARGS)
5656

5757
mac/mac.html: $(MACFILES)
58-
$(TOOLSDIR)/mkhowto.sh --html $(TOPDIR)/mac/mac.tex
58+
$(TOOLSDIR)/mkhowto.sh --address '<hr>Send comments to <a href="mailto:[email protected]">[email protected]</a>.' --html $(TOPDIR)/mac/mac.tex
5959

6060
ref/ref.html: $(PAPERDIR)/ref.aux
6161
$(MKHTML) ref $(L2HARGS)

0 commit comments

Comments
 (0)