mirror of
https://github.com/daylinmorgan/logo.git
synced 2024-12-21 22:10:45 -06:00
feat: add secret png page
This commit is contained in:
parent
988329ee87
commit
804a95d69a
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -11,6 +11,7 @@ all:
|
|||
@mkdir -p docs/svg
|
||||
@$(MAKE) svgs
|
||||
@echo "==> Generating PNGs <=="
|
||||
@cat docs/index.html | sed 's/svg/png/g' | sed 's/\.\/png/\./g' > docs/png/index.html
|
||||
@mkdir -p docs/png
|
||||
@$(MAKE) pngs
|
||||
|
||||
|
|
Loading…
Reference in a new issue