Skip to content

Commit

Permalink
Makefile: Add glossary to DOC_FILES
Browse files Browse the repository at this point in the history
At the end of the list, to match its position in the README.  This
catches opencontainers#107 up with opencontainers#263, which I'd missed during one of the opencontainers#107
rebases.

Signed-off-by: W. Trevor King <wking@tremily.us>
  • Loading branch information
wking committed Dec 30, 2015
1 parent 2fd5ad6 commit d7acd86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ DOC_FILES := \
config.md \
config-linux.md \
runtime-config.md \
runtime-config-linux.md
runtime-config-linux.md \
glossary.md

docs: pdf html

Expand Down

0 comments on commit d7acd86

Please sign in to comment.