diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-08-05 18:07:11 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-08-05 18:07:11 +0800 |
commit | 7e4a8f56495bfe305d4c54ec77aa5f08d06b2037 (patch) | |
tree | 4a33ec1b8a39d1317729b58ca95e3bc0b8f11fa0 /news/husky-fidoconf | |
parent | 471bc15a0935f5b0bd88835b1bafad597d35dfef (diff) | |
download | freebsd-ports-gnome-7e4a8f56495bfe305d4c54ec77aa5f08d06b2037.tar.gz freebsd-ports-gnome-7e4a8f56495bfe305d4c54ec77aa5f08d06b2037.tar.zst freebsd-ports-gnome-7e4a8f56495bfe305d4c54ec77aa5f08d06b2037.zip |
Do not build .dvi docs in install stage.
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: |