Skip to content

Commit 5498861

Browse files
committed
Makefile: remove jekyll generated website
We don't generate it from here anymore. It's handled in https://github.com/Matroska-Org/infrastructure
1 parent 904163b commit 5498861

File tree

17 files changed

+1
-793
lines changed

17 files changed

+1
-793
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
_site
2-
.jekyll-cache
3-
.sass-cache
41
*lhomme-cellar-matroska-*
52
*lhomme-cellar-codec*
63
*lhomme-cellar-tags-*

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,6 @@ rfc9559.notprepped.xml: $(OUTPUT_MATROSKA).xml
164164
%.txt: rfc9559.notprepped.xml
165165
$(XML2RFC) $< -o $@
166166

167-
website:
168-
jekyll b
169-
170167
clean:
171168
$(RM) -f $(OUTPUT_MATROSKA).txt $(OUTPUT_MATROSKA).html $(OUTPUT_MATROSKA).md $(OUTPUT_MATROSKA).xml ebml_matroska_elements4rfc.md matroska_tagging_registry.md matroska_deprecated4rfc.md matroska_iana.xml matroska_iana_ids.md matroska_xsd.xml matroska_iana.md rfc9559.notprepped.xml rfc9559.notprepped.html
172169
$(RM) -f $(MATROSKA_IANA_CSV)
@@ -180,4 +177,4 @@ clean:
180177
distclean: clean
181178
$(RM) -rf bootstrap.mak runtimes.mak
182179

183-
.PHONY: clean check website matroska codecs tags all
180+
.PHONY: clean check matroska codecs tags all

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,8 @@ Local versions of the specification can be generated based on code in the `Makef
1010

1111
To create local copies of the RFC in `.txt`, `.md`, and `.html` format, run `make`.
1212

13-
To create a local copy of the website, run `make website`. This command has additional dependencies. See the "About this site" section below for installing and local rendering.
14-
1513
To remove generated specifications, run `make clean`.
1614

17-
## About this site
18-
19-
This site runs on [GitHub Pages](https://pages.github.com/) powered by [Jekyll](https://github.com/jekyll/jekyll/blob/master/README.markdown). Approved changes made to the `master` branch of this repository can be viewed instantly on the [associated webpage](https://ietf-wg-cellar.github.io/matroska-specification/).
20-
21-
If this repository is cloned onto a local machine, it can be run locally. Jekyll runs on Ruby. Like many Ruby projects, it will require that Ruby is installed on the machine. Bundler, a popular Ruby package manager gem, can be used to install the other gem-based dependencies. After these are loaded properly, a local preview of any changes can be viewed by running `jekyll serve` on the command line. Jekyll provides more in-depth options for local usage [in their docs](https://jekyllrb.com/docs/usage/).
22-
2315
## Code of conduct
2416

2517
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.

_config.yml

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

_includes/footer.html

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

_includes/head.html

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

_includes/header.html

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

_includes/sidebar.html

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

_layouts/default.html

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

0 commit comments

Comments
 (0)