CDN Preparation - Comments processed part 2
authorTomas Vavra <tvavra@openssl.org>
Fri, 24 Nov 2023 15:28:04 +0000 (16:28 +0100)
committerTomas Vavra <tvavra@openssl.org>
Mon, 8 Jan 2024 10:58:08 +0000 (11:58 +0100)
Makefile

index 688ea6e51913da820fa07b14f039a826ea462489..1e52ee589ac442f94feb248206778f23ffe37369 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -316,16 +316,6 @@ mancross:
 MANHTML_TTPATTERNS=$(foreach D,$(MANMASTER_DIRS) $(MANPAGE_DIRS), $(D)/*.md.tt)
 manhtml:
        ./bin/mk-manhtml '$(MANHTML_TTPATTERNS)'
-# @set -e; for t in $(MANHTML_TTPATTERNS); do \
-#      if ! [ -f "$$t" ]; then continue; fi; \
-#      d="$$(dirname $$t)"; \
-#      h="$$(basename "$$t" .md.tt)"; \
-#      i=; \
-#      if [ "$$h" = "index" ]; then i=" -i"; fi; \
-#      echo "$$t -> $$h.html"; \
-#      ./bin/from-tt -d "$$d" < "$$d/$$h.md.tt" \
-#              | ./bin/md-to-html5$$i -o "$$d/$$h.html"; \
-# done
 
 docs/manpages.md: docs/manpages.md.tt Makefile bin/from-tt
        @rm -f $@