mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
added epub entry for makefile
This commit is contained in:
@@ -48,3 +48,6 @@ modules: $(FORMATTER) ../templates/plugin.rst.j2
|
||||
|
||||
staticmin:
|
||||
cat _themes/srtd/static/css/theme.css | sed -e 's/^[ ]*//g; s/[ ]*$$//g; s/\([:{;,]\) /\1/g; s/ {/{/g; s/\/\*.*\*\///g; /^$$/d' | sed -e :a -e '$$!N; s/\n\(.\)/\1/; ta' > _themes/srtd/static/css/theme.min.css
|
||||
|
||||
epub:
|
||||
(CPUS=$(CPUS) make -f Makefile.sphinx epub)
|
||||
|
||||
Reference in New Issue
Block a user