Install the help file in the right place.
PR: 14247 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
This commit is contained in:
parent
2e1fdeb9e0
commit
f408d60bb7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22318
3 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@
|
|||
MAN1DIR = $(ROOTDIR)/man/man1
|
||||
-HELPDIR = $(ROOTDIR)/setup/$(SUBSYS)/help
|
||||
-BITDIR = $(ROOTDIR)/setup/bitmaps
|
||||
+HELPDIR = $(ROOTDIR)/info
|
||||
+HELPDIR = $(ROOTDIR)/lib/help
|
||||
+BITDIR = $(ROOTDIR)/include/X11/bitmaps
|
||||
|
||||
#
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
*/
|
||||
#ifdef DEBUG
|
||||
-#define DEFAULT_HELPPATH ".:/usr/lib/help:/usr/local/lib/help"
|
||||
+#define DEFAULT_HELPPATH ".:/usr/X11R6/help:/usr/local/help"
|
||||
+#define DEFAULT_HELPPATH ".:/usr/X11R6/lib/help:/usr/local/lib/help"
|
||||
#else
|
||||
-#define DEFAULT_HELPPATH "/usr/lib/help:/usr/local/lib/help"
|
||||
+#define DEFAULT_HELPPATH "/usr/X11R6/help:/usr/local/help"
|
||||
+#define DEFAULT_HELPPATH "/usr/X11R6/lib/help:/usr/local/lib/help"
|
||||
#endif
|
||||
|
||||
/***********************************************************************
|
||||
|
|
|
@ -2,5 +2,5 @@ bin/xopps
|
|||
bin/opps2xopps
|
||||
include/X11/bitmaps/jpl1.bm
|
||||
include/X11/bitmaps/jpl2.bm
|
||||
info/xopps.info
|
||||
lib/help/xopps.info
|
||||
lib/X11/app-defaults/XOpps
|
||||
|
|
Loading…
Reference in a new issue