Code

- fixed filter() with no sort/group (sf bug 618614)
[roundup.git] / doc / Makefile
index 987dfe7071249eaccb6ccda635c58dea3b3599e5..dcfb826731a1a5ae8b0c1d24cb8ae2d9900d29d3 100644 (file)
@@ -3,8 +3,7 @@ STXTOHTML = -c "from docutils.core import publish;publish(writer_name='html')"
 
 SOURCE = announcement.txt customizing.txt developers.txt FAQ.txt features.txt \
     glossary.txt implementation.txt index.txt design.txt \
-    installation.txt security.txt upgrading.txt user_guide.txt \
-    maintenance.txt
+    installation.txt upgrading.txt user_guide.txt maintenance.txt
 
 COMPILED := $(SOURCE:.txt=.html)