Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/web/makefile')
-rw-r--r--doc/web/makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/web/makefile b/doc/web/makefile
index c8ee16c9b53..c080e6c5927 100644
--- a/doc/web/makefile
+++ b/doc/web/makefile
@@ -9,7 +9,8 @@ CORCOMPARE=../../../mcs/tools/corcompare
OBJECTS= \
deploy/ado-net.html \
- deploy/provider-factory.html \
+ deploy/bugs.html \
+ deploy/provider-factory.html \
deploy/mysql.html \
deploy/odbc.html \
deploy/oledb.html \
@@ -128,7 +129,7 @@ transform.exe: transform.cs
.PRECIOUS: src/%.src
-src/%.src: ../% commands template.html.in #makefile
+src/%.src: ../% commands template.html.in makefile
perl htmlify $< > $@
.PRECIOUS: ../class-status-%