Skip to content

Commit

Permalink
Convert all support/*.html to .md
Browse files Browse the repository at this point in the history
Partial fix of openssl#324

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from openssl#348)
  • Loading branch information
levitte authored and Martin Koci committed Oct 6, 2022
1 parent 0f78645 commit 964f75b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
Expand Up @@ -70,11 +70,15 @@ H_DOCS = $(addsuffix .html,\
docs/*.md.tt \
| grep -v '/sub-')))
H_NEWS = $(addsuffix .html,$(basename $(shell git ls-files -- news/*.md)))
<<<<<<< HEAD
=======
>>>>>>> 7943bed (Convert all community/*.html to .md)
=======
H_NEWS = $(addsuffix .html,$(basename $(shell git ls-files -- news/*.md)))
>>>>>>> 6b0605c (Convert all news/*.html to .md)
=======
H_SUPPORT = $(addsuffix .html,$(basename $(shell git ls-files -- support/*.md)))
>>>>>>> 7e79f7d (Convert all support/*.html to .md)
H_POLICIES = $(addsuffix .html,\
$(basename $(shell git ls-files -- policies/*.md \
policies/general/*.md \
Expand Down Expand Up @@ -109,6 +113,10 @@ SIMPLE = $(H_TOP) \
$(H_SOURCE) \
source/.htaccess \
source/index.inc \
<<<<<<< HEAD
=======
source/old/index.html \
>>>>>>> 7e79f7d (Convert all support/*.html to .md)
$(H_SUPPORT)
SRCLISTS = $(foreach S,$(FUTURESERIES) $(SERIES) $(OLDSERIES2) fips,source/old/$(S)/index.inc source/old/$(S)/index.html)

Expand Down Expand Up @@ -592,6 +600,9 @@ $(foreach H, \
$(H_NEWS) \
>>>>>>> 6b0605c (Convert all news/*.html to .md)
$(H_POLICIES) \
<<<<<<< HEAD
$(H_SOURCE) \
=======
>>>>>>> 7e79f7d (Convert all support/*.html to .md)
$(H_SUPPORT) \
,$(eval $(call makehtmldepend,$(H))))
11 changes: 11 additions & 0 deletions support/acks.md
Expand Up @@ -48,6 +48,11 @@ note sponsors may choose to remain anonymous.

[Activision](https://activision.com/)

<<<<<<< HEAD
=======
[CarGurus](https://cargurus.com/)

>>>>>>> 7e79f7d (Convert all support/*.html to .md)
[VeriSign, Inc.](https://www.verisign.com/)

</div>
Expand All @@ -58,9 +63,15 @@ note sponsors may choose to remain anonymous.

[beslist.nl](https://beslist.nl/)

<<<<<<< HEAD
[Mercedes-Benz AG](https://opensource.mercedes-benz.com/)

[SAKURA internet Inc](https://www.sakura.ad.jp/en/corporate/)
=======
[Jameson Lopp](https://www.lopp.net/)

[Mercedes-Benz AG](https://opensource.mercedes-benz.com/)
>>>>>>> 7e79f7d (Convert all support/*.html to .md)
</div>

Expand Down

0 comments on commit 964f75b

Please sign in to comment.