Skip to content

Commit 015d603

Browse files
committed
Moved some docs around
1 parent 02ad647 commit 015d603

File tree

11 files changed

+4
-4
lines changed

11 files changed

+4
-4
lines changed
File renamed without changes.

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ TARGETS != find . -maxdepth 1 -type f -name '*.mk'
1212
TARGETS != echo $(TARGETS) | sed -e 's/.mk//' -e 's/.\/target-//'
1313

1414
# Documentation
15-
MDSOURCES != find doc -type f -name '*.md'
15+
MDSOURCES != find docs -type f -name '*.md'
1616
MARKDOWN := pandoc
1717
HTMLDIR := html
1818
MDFLAGS := --from gfm --to html --standalone \
1919
--metadata title="Apollo Kernel Documentation"
20-
HTMLDOCS := $(patsubst doc/%.md,$(HTMLDIR)/%.html,$(MDSOURCES))
21-
HTMLDIRS := $(shell cd doc && find -type d | tr '\n' ' ')
20+
HTMLDOCS := $(patsubst docs/%.md,$(HTMLDIR)/%.html,$(MDSOURCES))
21+
HTMLDIRS := $(shell cd docs && find -type d | tr '\n' ' ')
2222

2323

2424
# Platform Agnostic Source Code
@@ -95,6 +95,6 @@ doc_setup:
9595

9696
doc: doc_setup | $(HTMLDOCS)
9797

98-
html/%.html: doc/%.md
98+
html/%.html: docs/%.md
9999
@printf "\033[1mHTML\033[0m $<\n"
100100
@$(MARKDOWN) $(MDFLAGS) $< --output $@
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)