silence "make" when there is nothing to be done, but report built files
[docutils.git] / docs / user / Makefile.docutils-update
blob59788791683f3c03b999b27b6b00b955c9fcbda1
1 all: slide-shows.s5.html slide-shows-alt.s5.html
3 slide-shows.s5.html: slide-shows.txt
4         @echo docs/user/slide-shows.s5.html
5         @rst2s5.py slide-shows.txt slide-shows.s5.html \
6                 --config ../../tools/docutils.conf \
7                 --overwrite-theme-files \
8                 --link-stylesheet
10 slide-shows-alt.s5.html: slide-shows.txt
11         @echo docs/user/slide-shows-alt.s5.html
12         @rst2s5.py slide-shows.txt slide-shows-alt.s5.html \
13                 --config ../../tools/docutils.conf \
14                 --theme small-black \
15                 --overwrite-theme-files \
16                 --link-stylesheet