diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-12-12 00:20:23 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-12-12 00:20:23 +0000 |
| commit | bac1f89c4a022d16ad519580b22f97aada6f9368 (patch) | |
| tree | 5614f0a074c123993a71baafac83f81104cbf67d /docutils/docs/user/Makefile.docutils-update | |
| parent | 86ec70634406d28d69c11cea20aefcd9fa5649a3 (diff) | |
| download | docutils-bac1f89c4a022d16ad519580b22f97aada6f9368.tar.gz | |
silence "make" when there is nothing to be done, but report built files
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4182 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/user/Makefile.docutils-update')
| -rw-r--r-- | docutils/docs/user/Makefile.docutils-update | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docutils/docs/user/Makefile.docutils-update b/docutils/docs/user/Makefile.docutils-update index 1a097ddc9..597887916 100644 --- a/docutils/docs/user/Makefile.docutils-update +++ b/docutils/docs/user/Makefile.docutils-update @@ -1,13 +1,15 @@ all: slide-shows.s5.html slide-shows-alt.s5.html slide-shows.s5.html: slide-shows.txt - rst2s5.py slide-shows.txt slide-shows.s5.html \ + @echo docs/user/slide-shows.s5.html + @rst2s5.py slide-shows.txt slide-shows.s5.html \ --config ../../tools/docutils.conf \ --overwrite-theme-files \ --link-stylesheet slide-shows-alt.s5.html: slide-shows.txt - rst2s5.py slide-shows.txt slide-shows-alt.s5.html \ + @echo docs/user/slide-shows-alt.s5.html + @rst2s5.py slide-shows.txt slide-shows-alt.s5.html \ --config ../../tools/docutils.conf \ --theme small-black \ --overwrite-theme-files \ |
