build: Extend makefile targets

Add a target for build mu4e-docs, add CSS file for that, too.
This commit is contained in:
Dirk-Jan C. Binnema
2021-09-04 10:41:07 +03:00
parent 5303b8cdc8
commit 964ab0e2c7
3 changed files with 235 additions and 2 deletions

View File

@ -24,6 +24,8 @@ else
fi
# Add a Makefile with some useful target
cp Makefile.meson Makefile
echo -e "# generated file: see Makefile.meson\n" > Makefile
cat Makefile.meson >> Makefile
echo "*** Now run 'ninja -C ${BUILDDIR}' to build mu"
echo "*** Or check the Makefile for some useful targets"