mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 23:22:11 +03:00
Remove unused docker-doxygen Dockerfile. Switch scripts/run-doxygen.sh from bash to sh. Use docker.io/alpine image instead of unsupported hrektts/doxygen
6 lines
93 B
Bash
Executable File
6 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
cd deltachat-ffi
|
|
PROJECT_NUMBER=$(git log -1 --format="%h (%cd)") doxygen
|