From ada2d3e1c374d7f431795185df5b0dd011a7caba Mon Sep 17 00:00:00 2001 From: milde Date: Thu, 1 Jun 2017 13:20:54 +0000 Subject: [PATCH] Compile "smartquotes.txt" with --smartquotes=true. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8099 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docs/user/Makefile.docutils-update | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/user/Makefile.docutils-update b/docs/user/Makefile.docutils-update index 89097b5ff..4cc8f3c78 100644 --- a/docs/user/Makefile.docutils-update +++ b/docs/user/Makefile.docutils-update @@ -4,3 +4,6 @@ slide-shows.s5.html: slide-shows.txt --overwrite-theme-files \ --link-stylesheet \ --no-generator --no-datestamp --no-source-link + +smartquotes.html: smartquotes.txt + rst2html.py smartquotes.txt smartquotes.html --smart-quotes=true -- 2.11.4.GIT