From ae958cfe8759ddbf00122710ac9e97eea401e34e Mon Sep 17 00:00:00 2001 From: goodger Date: Sun, 11 Dec 2005 22:29:49 +0000 Subject: typo git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4176 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docs/user/Makefile.docutils-update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/user/Makefile.docutils-update b/docs/user/Makefile.docutils-update index 7f2517ba1..774f3a152 100644 --- a/docs/user/Makefile.docutils-update +++ b/docs/user/Makefile.docutils-update @@ -1,13 +1,13 @@ all: slide-shows.s5.html slide-shows-alt.s5.html slide-shows.s5.html: slide-shows.txt - rst2s5.py slide-shows.txt slide-shows.html \ + rst2s5.py slide-shows.txt slide-shows.s5.html \ --config ../../docutils.conf \ --overwrite-theme-files \ --link-stylesheet slide-shows-alt.s5.html: slide-shows.txt - rst2s5.py slide-shows.txt slide-shows-alt.html \ + rst2s5.py slide-shows.txt slide-shows-alt.s5.html \ --config ../../docutils.conf \ --theme small-black \ --overwrite-theme-files \ -- cgit v1.2.1