Skip to content

Commit 7665a5d

Browse files
authored
Merge pull request #6 from feloy/v1.18
V1.18
2 parents 89483c5 + e8bd630 commit 7665a5d

File tree

5 files changed

+32579
-50515
lines changed

5 files changed

+32579
-50515
lines changed

Makefile

+8
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,13 @@ pdf-6x9in: build/k8s-api.xml
4141
fop -pdf k8s-api.pdf -fo k8s-api.fo && \
4242
rm k8s-api.fo)
4343

44+
epub: build/k8s-api.xml
45+
(cd build && \
46+
rm -rf epub && mkdir -p epub && \
47+
cd epub && \
48+
xsltproc -o k8s.epub /usr/share/xml/docbook/stylesheet/docbook-xsl/epub3/chunk.xsl ../k8s-api.xml && \
49+
zip -r k8s.epub META-INF mimetype OEBPS && \
50+
rm -rf META-INF mimetype OEBPS)
51+
4452
test:
4553
@echo $(FORMAT)

0 commit comments

Comments
 (0)