aboutsummaryrefslogtreecommitdiff
path: root/news/husky-hpt
diff options
context:
space:
mode:
Diffstat (limited to 'news/husky-hpt')
-rw-r--r--news/husky-hpt/files/patch-Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/news/husky-hpt/files/patch-Makefile b/news/husky-hpt/files/patch-Makefile
new file mode 100644
index 000000000000..dd40dad4d758
--- /dev/null
+++ b/news/husky-hpt/files/patch-Makefile
@@ -0,0 +1,17 @@
+--- doc/Makefile.orig Thu Jan 9 03:54:36 2003
++++ doc/Makefile Thu Jan 9 03:54:55 2003
+@@ -47,12 +47,12 @@
+ @echo .
+ ifdef INFODIR
+ -$(MKDIR) $(MKDIROPT) $(INFODIR)
+- $(INSTALL) hpt.info $(INFODIR)
++ $(INSTALL) $(IMOPT) hpt.info $(INFODIR)
+ -install-info --info-dir=$(INFODIR) $(INFODIR)$(DIRSEP)hpt.info
+ endif
+ ifdef HTMLDIR
+ -$(MKDIR) $(MKDIROPT) $(HTMLDIR)
+- $(INSTALL) hpt*html $(HTMLDIR)
++ $(INSTALL) $(IMOPT) hpt*html $(HTMLDIR)
+ endif
+
+ uninstall: