diff options
author | Thomas Lundström <thomas.lundstrom@enea.com> | 2016-07-25 14:34:39 +0200 |
---|---|---|
committer | Thomas Lundström <thomas.lundstrom@enea.com> | 2016-07-25 14:34:39 +0200 |
commit | f5f01b84c82cca3c6941c441fe576af6045ea77b (patch) | |
tree | e335604b37b0ab0653f9086aff63df920971ae2b /doc/book-enea-linux-open-source/swcomp.mk | |
parent | 6ee96f32116b0e00c4e85b6cf87e7aec580541f0 (diff) | |
download | el_manifests-networking-f5f01b84c82cca3c6941c441fe576af6045ea77b.tar.gz |
Removed the doc directory. The documentation is now located in the release repo.
Diffstat (limited to 'doc/book-enea-linux-open-source/swcomp.mk')
-rw-r--r-- | doc/book-enea-linux-open-source/swcomp.mk | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/book-enea-linux-open-source/swcomp.mk b/doc/book-enea-linux-open-source/swcomp.mk deleted file mode 100644 index d978b48..0000000 --- a/doc/book-enea-linux-open-source/swcomp.mk +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | # Component build specification | ||
2 | |||
3 | # Version of THIS book | ||
4 | BOOK_VER ?= $(REL_VER)-dev | ||
5 | |||
6 | DOCBOOK_SRC := $(COMP)/swcomp.mk $(COMP)/doc/book.xml $(shell find $(COMP)/doc -type f \( -name "*.xml" -o -name "*.svg" -o -name "*.png" \) ! -name "book.xml" -print) | ||
7 | |||
8 | BOOKPACKAGES := book-enea-linux-open-source | ||
9 | BOOKDESC_$(BOOKPACKAGES) := "Enea Linux Open Source Report" | ||
10 | BOOKDEFAULTCONDITION := $(DEFAULTCONDITIONS) | ||