diff options
| author | Marijn Haverbeke <marijnh@gmail.com> | 2012-01-19 14:19:23 +0100 |
|---|---|---|
| committer | Marijn Haverbeke <marijnh@gmail.com> | 2012-01-19 14:19:23 +0100 |
| commit | df02ca1df96950175508191ef98c3b7914cbd9d9 (patch) | |
| tree | d1136051e205d909e5511500172ed710af084a35 /mk/docs.mk | |
| parent | a4b77758f0e1b6b409e874e739fe7cf4609651ee (diff) | |
[makefiles] Don't add css file to set of DOCS targets
Diffstat (limited to 'mk/docs.mk')
| -rw-r--r-- | mk/docs.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/docs.mk b/mk/docs.mk index e565863f107..5532ca0ca41 100644 --- a/mk/docs.mk +++ b/mk/docs.mk @@ -12,7 +12,7 @@ ifeq ($(CFG_PANDOC),) $(info cfg: no pandoc found, omitting doc/rust.pdf) else -DOCS += doc/rust.html doc/rust.css +DOCS += doc/rust.html doc/rust.html: rust.md doc/version.md doc/keywords.md @$(call E, pandoc: $@) $(Q)$(CFG_PANDOC) \ |
