diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-08-05 10:07:11 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-08-05 10:07:11 +0000 |
commit | ac1505a1811429b7d2b7e43b8da707c148d11900 (patch) | |
tree | cfe63e3b08abdf643fc2055e0972968b97f12002 /news/husky-fidoconf | |
parent | 1f05d5b572554bcd62c15822c81f46327a162d15 (diff) | |
download | ports-ac1505a1811429b7d2b7e43b8da707c148d11900.tar.gz ports-ac1505a1811429b7d2b7e43b8da707c148d11900.zip |
Notes
Diffstat (limited to 'news/husky-fidoconf')
-rw-r--r-- | news/husky-fidoconf/files/patch-doc::Makefile | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/news/husky-fidoconf/files/patch-doc::Makefile b/news/husky-fidoconf/files/patch-doc::Makefile index 4954eea73ed8..fcc92c4b3050 100644 --- a/news/husky-fidoconf/files/patch-doc::Makefile +++ b/news/husky-fidoconf/files/patch-doc::Makefile @@ -1,5 +1,5 @@ ---- doc/Makefile.orig Tue Sep 17 14:55:33 2002 -+++ doc/Makefile Thu Jun 5 19:13:53 2003 +--- ./doc/Makefile.orig Tue Sep 17 14:55:33 2002 ++++ ./doc/Makefile Tue Aug 5 16:55:55 2003 @@ -6,7 +6,7 @@ include ../../huskymak.cfg endif @@ -9,7 +9,12 @@ ifdef HTMLDIR html: fidoconfig_toc.html -@@ -71,16 +71,16 @@ +@@ -67,20 +67,16 @@ + -$(RM) $(RMOPT) fidoconfig.doc + -$(RM) $(RMOPT) fidoconfig.info* + +-install: info html dvi ++install: info html @echo . ifdef INFODIR -$(MKDIR) $(MKDIROPT) $(INFODIR) @@ -20,12 +25,11 @@ ifdef HTMLDIR -$(MKDIR) $(MKDIROPT) $(HTMLDIR) - $(INSTALL) fidoconfig*html $(HTMLDIR) -+ $(INSTALL) $(IMOPT) fidoconfig*html $(HTMLDIR) - endif - ifdef DVIDIR - -$(MKDIR) $(MKDIROPT) $(DVIDIR) +-endif +-ifdef DVIDIR +- -$(MKDIR) $(MKDIROPT) $(DVIDIR) - $(INSTALL) fidoconfig.dvi $(DVIDIR) -+ $(INSTALL) $(IMOPT) fidoconfig.dvi $(DVIDIR) ++ $(INSTALL) $(IMOPT) fidoconfig*html $(HTMLDIR) endif uninstall: |