Skip to content

Commit

Permalink
CDN Preparation - Comments processed part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vavroch2010 committed Jan 8, 2024
1 parent 93358fb commit 04fc13a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@
Expand Down

0 comments on commit 04fc13a

Please sign in to comment.