Skip to content

Commit

Permalink
Merge pull request #6 from feloy/v1.18
Browse files Browse the repository at this point in the history
V1.18
  • Loading branch information
feloy committed Mar 28, 2020
2 parents 89483c5 + e8bd630 commit 7665a5d
Show file tree
Hide file tree
Showing 5 changed files with 32,579 additions and 50,515 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,13 @@ pdf-6x9in: build/k8s-api.xml
fop -pdf k8s-api.pdf -fo k8s-api.fo && \
rm k8s-api.fo)

epub: build/k8s-api.xml
(cd build && \
rm -rf epub && mkdir -p epub && \
cd epub && \
xsltproc -o k8s.epub /usr/share/xml/docbook/stylesheet/docbook-xsl/epub3/chunk.xsl ../k8s-api.xml && \
zip -r k8s.epub META-INF mimetype OEBPS && \
rm -rf META-INF mimetype OEBPS)

test:
@echo $(FORMAT)
Loading

0 comments on commit 7665a5d

Please sign in to comment.