diff options
Diffstat (limited to 'news/husky/files/patch-fidoconf_doc_Makefile')
-rw-r--r-- | news/husky/files/patch-fidoconf_doc_Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/news/husky/files/patch-fidoconf_doc_Makefile b/news/husky/files/patch-fidoconf_doc_Makefile new file mode 100644 index 00000000000..34c7b8fa509 --- /dev/null +++ b/news/husky/files/patch-fidoconf_doc_Makefile @@ -0,0 +1,29 @@ +--- fidoconf/doc/Makefile.orig 2011-03-23 19:30:40.000000000 +0000 ++++ fidoconf/doc/Makefile 2014-08-02 22:23:51.291760607 +0000 +@@ -12,8 +12,7 @@ endif + all: html info dvi + + ifdef HTMLDIR +-html: fidoconfig.html fidoconfig.ru.html +- -wget -O fastecho2fidoconfig.html "http://sourceforge.net/apps/mediawiki/husky/index.php?title=%D0%9F%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D0%B0_fecfg2fconf&printable=yes" ++html: fidoconfig.html + else + html: + @echo +@@ -27,7 +26,7 @@ dvi: + endif + + ifdef INFODIR +-info: fidoconfig.info fidoconfig.ru.info ++info: fidoconfig.info + else + info: + @echo +@@ -86,7 +85,6 @@ install: info html dvi + ifdef INFODIR + -$(MKDIR) $(MKDIROPT) $(DESTDIR)$(INFODIR) + $(INSTALL) $(IMOPT) fidoconfig.info $(DESTDIR)$(INFODIR) +- -install-info --info-dir=$(INFODIR) $(DESTDIR)$(INFODIR)$(DIRSEP)fidoconfig.info + endif + ifdef HTMLDIR + -$(MKDIR) $(MKDIROPT) $(DESTDIR)$(HTMLDIR) |