doc: Get rid of fontawesome

Not required for now (no note icons etc).
This commit is contained in:
Reto Buerki 2019-11-22 09:53:18 +01:00 committed by Adrian-Ken Rueegsegger
parent 0addf843d8
commit bd9830bb6a
7 changed files with 1 additions and 2680 deletions

View File

@ -16,15 +16,11 @@ $(DESTDIR)/alog-arch.svg: arch/alog-arch.svg
README: ../README
tail -n +9 $< > $@
$(DESTDIR)/index.html: $(DESTDIR)/fonts $(DESTDIR)/css/font-awesome.css
$(DESTDIR)/index.html: $(DESTDIR)/fonts
$(DESTDIR)/index.html: $(DESTDIR)/alog-arch.svg
$(DESTDIR)/index.html: index README css/styles.css
TZ=UTC asciidoctor $(ASCIIDOC_OPTS) $< > $@
$(DESTDIR)/css/font-awesome.css: css/font-awesome.css
mkdir -p $(DESTDIR)/css
cp $< $@
$(DESTDIR)/fonts: fonts
mkdir -p $(DESTDIR)
cp -R $< $@

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.