Re: [As-users] help about configuration
Fabrice Ilponse (fabrice@avertec.com)
Wed, 27 Oct 2004 10:22:46 +0200
This is a multi-part message in MIME format.
--===============1184105565==
Content-Type: multipart/alternative;
boundary="------------060507020307010208040001"
This is a multi-part message in MIME format.
--------------060507020307010208040001
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Sasha Vasko wrote:
>
>
> Fabrice Ilponse wrote:
>
>> Sasha Vasko wrote:
>> BTW. is it safe to use sources in the cvs tree now? If so, i'll try
>> the cvs sources.
>
>
> It should be safe.
>
Hello,
I've built the new afterstep from the cvs tree and it looks like
some of my problems disappeared:
- borders of windows are back
- doc installs (most of it)
Something i had to change to make the install go till end is in
asgendocs makefile:
_____
install.data_html: do_compile
@if [ -d $(AFTER_DOC_DIR)/html ] ; then \
echo $(RMF) -r $(AFTER_DOC_DIR)/html; \
$(RMF) -r $(AFTER_DOC_DIR)/html; \
fi; \
$(MKDIR) -p $(AFTER_DOC_DIR)/html/data; \
echo "Generating catalogue of installed data files ..." ; \
old_IMAGE_PATH=$(IMAGE_PATH); old_FONT_PATH=$(FONT_PATH); \
*FONT_PATH="~/.afterstep/desktop/fonts/:/users/disk03/chaos/local/Solaris/share/afterstep/desktop/fonts/:/usr/share/fonts/default/TrueType/:/usr/openwin/lib/X11/fonts/TTF";
\
IMAGE_PATH="~/.afterstep/desktop/icons/:/users/disk03/chaos/local/Solaris/share/afterstep/desktop/icons/:~/.afterstep/desktop/:/users/disk03/chaos/local/Solaris/share/afterstep/desktop/:~/.afterstep/desktop/buttons/:/users/disk03/chaos/local/Solaris/share/afterstep/desktop/buttons/:~/.afterstep/backgrounds/:/users/disk03/chaos/local/Solaris/share/afterstep/backgrounds/:/usr/openwin/include/X11/pixmaps/";
\
export FONT_PATH; export IMAGE_PATH; *./ASDocGen -t html --data
--css data_html_styles.css -S $(AFTER_SHAREDIR) -D
$(AFTER_DOC_DIR)/html/data -l /dev/null ; \
IMAGE_PATH=$(old_IMAGE_PATH); FONT_PATH=$(old_FONT_PATH);
*export FONT_PATH; export IMAGE_PATH*;\
echo "Done"; \
_____
My "sh" do not accept the direct export <var>=<value>. So i had to
do it in to steps : <var>=<value>; export <var>.
Bye
--------------060507020307010208040001
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Sasha Vasko wrote:
<blockquote cite="mid416A919A.5000907@aftercode.net" type="cite"><br>
<br>
Fabrice Ilponse wrote:
<br>
<blockquote type="cite">Sasha Vasko wrote:
<br>
BTW. is it safe to use sources in the cvs tree now? If so, i'll try the
cvs sources.
<br>
</blockquote>
<br>
It should be safe.
<br>
<br>
</blockquote>
Hello,<br>
<br>
I've built the new afterstep from the cvs tree and it looks like
some of my problems disappeared:<br>
- borders of windows are back<br>
- doc installs (most of it)<br>
<br>
Something i had to change to make the install go till end is in
asgendocs makefile:<br>
<br>
_____<br>
install.data_html: do_compile<br>
@if [ -d $(AFTER_DOC_DIR)/html ] ; then \<br>
echo $(RMF) -r $(AFTER_DOC_DIR)/html; \<br>
$(RMF) -r $(AFTER_DOC_DIR)/html; \<br>
fi; \<br>
$(MKDIR) -p $(AFTER_DOC_DIR)/html/data; \<br>
echo "Generating catalogue of installed data files ..." ; \<br>
old_IMAGE_PATH=$(IMAGE_PATH); old_FONT_PATH=$(FONT_PATH); \<br>
<b>FONT_PATH="~/.afterstep/desktop/fonts/:/users/disk03/chaos/local/Solaris/share/afterstep/desktop/fonts/:/usr/share/fonts/default/TrueType/:/usr/openwin/lib/X11/fonts/TTF";
\<br>
IMAGE_PATH="~/.afterstep/desktop/icons/:/users/disk03/chaos/local/Solaris/share/afterstep/desktop/icons/:~/.afterstep/desktop/:/users/disk03/chaos/local/Solaris/share/afterstep/desktop/:~/.afterstep/desktop/buttons/:/users/disk03/chaos/local/Solaris/share/afterstep/desktop/buttons/:~/.afterstep/backgrounds/:/users/disk03/chaos/local/Solaris/share/afterstep/backgrounds/:/usr/openwin/include/X11/pixmaps/";
\<br>
export FONT_PATH; export IMAGE_PATH; </b>./ASDocGen -t html
--data --css data_html_styles.css -S $(AFTER_SHAREDIR) -D
$(AFTER_DOC_DIR)/html/data -l /dev/null ; \<br>
IMAGE_PATH=$(old_IMAGE_PATH); FONT_PATH=$(old_FONT_PATH); <b>export
FONT_PATH; export IMAGE_PATH</b>;\<br>
echo "Done"; \<br>
_____<br>
<br>
My "sh" do not accept the direct export <var>=<value>.
So i had to do it in to steps : <var>=<value>; export
<var>.<br>
<br>
Bye<br>
</body>
</html>
--------------060507020307010208040001--
--===============1184105565==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
As-users mailing list
As-users@afterstep.org
http://mail.afterstep.org/mailman/listinfo/as-users
--===============1184105565==--