blob: 82c2ba918eb4bdb67f6c3560d3e67570d806feef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- mercury-compiler-0.13.1.orig/doc/Mmakefile 2006-03-29 13:35:18.000000000 +1200
+++ mercury-compiler-0.13.1/doc/Mmakefile 2006-12-04 21:10:35.000000000 +1300
@@ -120,7 +120,7 @@
# formatted versions of the man pages.
# But it might make sense to add them.
.PHONY: all
-all: $(INFOPAGES) $(DVI) $(HTML) manpages $(MDB_DOC)
+all: $(INFOPAGES) $(HTML) manpages $(MDB_DOC)
#all: ps pdf text formatted_manpages
#-----------------------------------------------------------------------------#
@@ -331,7 +331,7 @@
# versions of the documentation. If they are added they should
# be installed here.
.PHONY: install
-install: install_info install_html install_dvi install_manpages \
+install: install_info install_html install_manpages \
install_mdb_doc
# install_text install_ps
|