Skip to content

Commit bcc3bc5

Browse files
committed
removed obsolete function from docs/Makefile.am and gendocs
1 parent d71897d commit bcc3bc5

3 files changed

Lines changed: 4 additions & 27 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ COMMON_T2T := $(addprefix,$(srcdir)/, FOOTER.t2t GOOGLEANALYTICS.t2t CONFIG.t2t)
174174
#cmph.1: CMPH.t2t
175175
# txt2tags -t man -i CMPH.t2t -o $@
176176
index.html: $(addprefix,$(srcdir)/, README.t2t CMPH.t2t LOGO.t2t NEWSLOG.t2t) $(COMMON_T2T)
177-
cd $(srcdir) && txt2tags -t html --mask-email -i README.t2t -o $(abs_builddir)/$@
178-
cd $(srcdir) && txt2tags -t txt --mask-email -i README.t2t -o $(abs_top_builddir)/README
177+
cd $(srcdir) && txt2tags -t html -i README.t2t -o $(abs_builddir)/$@
178+
cd $(srcdir) && txt2tags -t txt -i README.t2t -o $(abs_top_builddir)/README
179179
chd.html: $(addprefix,$(srcdir)/, CHD.t2t ALGORITHMS.t2t) $(COMMON_T2T)
180180
cd $(srcdir) && txt2tags -t html -i CHD.t2t -o $(abs_builddir)/$@
181181
bdz.html: $(addprefix,$(srcdir)/, BDZ.t2t ALGORITHMS.t2t) $(COMMON_T2T)

docs/gendocs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
txt2tags -t html --mask-email -i README.t2t -o index.html
3+
txt2tags -t html -i README.t2t -o index.html
44
txt2tags -t html -i CHD.t2t -o chd.html
55
txt2tags -t html -i BDZ.t2t -o bdz.html
66
txt2tags -t html -i BMZ.t2t -o bmz.html
@@ -14,7 +14,7 @@ txt2tags -t html -i CONCEPTS.t2t -o concepts.html
1414
txt2tags -t html -i NEWSLOG.t2t -o newslog.html
1515
txt2tags -t html -i EXAMPLES.t2t -o examples.html
1616

17-
txt2tags -t txt --mask-email -i README.t2t -o ../README
17+
txt2tags -t txt -i README.t2t -o ../README
1818
txt2tags -t txt -i CHD.t2t -o CHD
1919
txt2tags -t txt -i BDZ.t2t -o BDZ
2020
txt2tags -t txt -i BMZ.t2t -o BMZ

0 commit comments

Comments
 (0)