Skip to content

Commit

Permalink
Revert "Add a Makefile rule to allow tpage templates for anything"
Browse files Browse the repository at this point in the history
This reverts commit 3e7c578.

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from #429)
  • Loading branch information
hlandau authored and mattcaswell committed Oct 16, 2023
1 parent 7b79fcc commit 8d59953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,12 @@ GENERAL_POLICIES=$(filter-out $(CHECKOUTS)/general-policies/policies/README.md $
GENERAL_POLICY_SUPPL=$(filter-out $(CHECKOUTS)/general-policies/policy-supplemental/README.md,$(all_GENERAL_POLICY_SUPPL))
TECHNICAL_POLICIES=$(filter-out $(CHECKOUTS)/technical-policies/policies/README.md,$(all_TECHNICAL_POLICIES))

.SUFFIXES: .md .html
.PHONY : FORCE

%.html : %.md bin/md-to-html5
.md.html:
@rm -f $@
./bin/md-to-html5 $<
% : %.tt bin/from-tt
@rm -f $@
./bin/from-tt $<

all: suball subdocs manmaster mancross sitemap akamai-purge

Expand Down
File renamed without changes.

0 comments on commit 8d59953

Please sign in to comment.