summaryrefslogtreecommitdiff
path: root/news/husky-hpt-devel/files/patch-doc__Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'news/husky-hpt-devel/files/patch-doc__Makefile')
-rw-r--r--news/husky-hpt-devel/files/patch-doc__Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/news/husky-hpt-devel/files/patch-doc__Makefile b/news/husky-hpt-devel/files/patch-doc__Makefile
new file mode 100644
index 000000000000..892cb45eb8ba
--- /dev/null
+++ b/news/husky-hpt-devel/files/patch-doc__Makefile
@@ -0,0 +1,31 @@
+--- doc/Makefile.orig Sat Jun 4 09:06:45 2005
++++ doc/Makefile Wed Oct 19 17:15:31 2005
+@@ -5,7 +5,7 @@
+ include ../../huskymak.cfg
+ endif
+
+-all: html info dvi
++all: html info
+
+ ifdef HTMLDIR
+ html: hpt.html
+@@ -59,7 +59,7 @@
+ -$(RM) $(RMOPT) hpt.inf
+ -$(RM) $(RMOPT) hpt*html
+
+-install: info html dvi
++install: info html
+ @echo .
+ ifdef INFODIR
+ -$(MKDIR) $(MKDIROPT) $(INFODIR)
+@@ -69,10 +69,6 @@
+ ifdef HTMLDIR
+ -$(MKDIR) $(MKDIROPT) $(HTMLDIR)
+ $(INSTALL) $(IMOPT) hpt*html $(HTMLDIR)
+-endif
+-ifdef DVIDIR
+- -$(MKDIR) $(MKDIROPT) $(DVIDIR)
+- $(INSTALL) hpt.dvi $(DVIDIR)
+ endif
+ uninstall:
+ -install-info --remove --info-dir=$(INFODIR) $(INFODIR)$(DIRSEP)hpt.info