Re: Function of make dep : newbie :-?

2003-12-13 Thread Paul Morgan
On Wed, 10 Dec 2003 16:29:37 -0800, Nunya wrote:

 On Wed, Dec 10, 2003 at 06:44:52PM -0500, Paul Morgan wrote:
 Or, if you have info2www installed, enter (make) (including the
 parentheses) into the goto: box
 
 info2www depends on (apache | httpd); of the several packages that meet 
 that dependency, what's the least impactful ?  I'd prefer one which 
 runs as me, not as a service, and listens on localhost only.  (I keep my 
 system absolutely minimal -- I don't want to run a full-blown www 
 server).
 
 Thanks.

I regret that I wouldn't know;  I'm running Apache myself.

-- 
paul

Do the little things (Gwnewch y pethau bychain)

St. David (Dewi Sant) of Wales, last sermon, Sunday 27th February 589



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Function of make dep : newbie :-?

2003-12-13 Thread Nunya
On Sat, Dec 13, 2003 at 05:50:16PM -0500, Paul Morgan wrote:
 On Wed, 10 Dec 2003 16:29:37 -0800, Nunya wrote:
 
  On Wed, Dec 10, 2003 at 06:44:52PM -0500, Paul Morgan wrote:
  Or, if you have info2www installed, enter (make) (including the
  parentheses) into the goto: box
 
 I regret that I wouldn't know;  I'm running Apache myself.
 

Since I asked this I learned konqueror will display info pages, via
info:/topic.  man pages too.

konqueror should probably be a choice for the v-package info-browser
I'll file a bug.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Function of make dep : newbie :-?

2003-12-13 Thread Stephen Cormier
On December 13, 2003 08:17 pm, Nunya wrote:

 Since I asked this I learned konqueror will display info pages, via
 info:/topic.  man pages too.

apt:/ too if you do not mind third party debs the program is called 
kio-apt and you can get it here - http://lpnotfr.free.fr/debian/kde/ .
It says it is for unstable but I am running a mix of testing/unstable 
and it works fine on my system.

Stephen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Function of make dep : newbie :-?

2003-12-12 Thread Arnt Karlsen
On Thu, 11 Dec 2003 11:46:10 -0500, 
David Z Maze [EMAIL PROTECTED] wrote in message 
[EMAIL PROTECTED]:

 Marcos José Setim [EMAIL PROTECTED] writes:
 
  Please, which the function of make dep?
 
 It depends on how the makefile is set up (search for a line that says
 dep:), but usually what this does is look through the source files
 for a particular program and generate extra Makefile lines such that,
 if one file changes, every file that includes it is rebuilt.
 
  Where meeting some article/documentation easy about make?
 
 Someone already pointed at the (make) Info file; you also might look
 at the GNU coding standards if you want to know what some of the
 common make targets are.  Most of this documentation is aimed at
 developers, though; if you're just trying to build software and not
 modify it, reading individual packages' INSTALL files is probably a
 better way to go.
 

...and if you wonder what it does in a kernel recompile 
(I'm just guessing _wildly_ here, you gave _no_ context), 
you'll wanna check out the kernel docs for that bit.  ;-)

-- 
..med vennlig hilsen = with Kind Regards from Arnt... ;-)
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Function of make dep : newbie :-?

2003-12-11 Thread David Z Maze
Marcos José Setim [EMAIL PROTECTED] writes:

 Please, which the function of make dep?

It depends on how the makefile is set up (search for a line that says
dep:), but usually what this does is look through the source files
for a particular program and generate extra Makefile lines such that,
if one file changes, every file that includes it is rebuilt.

 Where meeting some article/documentation easy about make?

Someone already pointed at the (make) Info file; you also might look
at the GNU coding standards if you want to know what some of the
common make targets are.  Most of this documentation is aimed at
developers, though; if you're just trying to build software and not
modify it, reading individual packages' INSTALL files is probably a
better way to go.

-- 
David Maze [EMAIL PROTECTED]  http://people.debian.org/~dmaze/
Theoretical politics is interesting.  Politicking should be illegal.
-- Abra Mitchell


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Function of make dep : newbie :-?

2003-12-10 Thread Marcos José Setim
Please, which the function of make dep?

Where meeting some article/documentation easy about make?

Thanks.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Function of make dep : newbie :-?

2003-12-10 Thread Paul Morgan
On Wed, 10 Dec 2003 18:55:31 -0200, Marcos José Setim wrote:

 Please, which the function of make dep?
 
 Where meeting some article/documentation easy about make?
 
 Thanks.

Make is a standard Unix tool.

There is some info documentation which comes with make apart from the
man page:

info make

Or, if you have info2www installed, enter (make) (including the
parentheses) into the goto: box

Otherwise, google for make tutorials, I bet there's quite a few of them
out there.

-- 
paul

I'll tell you what kind of guy I was. If you ordered a boxcar full of
sons-of-bitches and opened the door and only found me inside, you could
consider the order filled.
  -- Robert Mitchum



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Function of make dep : newbie :-?

2003-12-10 Thread Nunya
On Wed, Dec 10, 2003 at 06:44:52PM -0500, Paul Morgan wrote:
 Or, if you have info2www installed, enter (make) (including the
 parentheses) into the goto: box

info2www depends on (apache | httpd); of the several packages that meet 
that dependency, what's the least impactful ?  I'd prefer one which 
runs as me, not as a service, and listens on localhost only.  (I keep my 
system absolutely minimal -- I don't want to run a full-blown www 
server).

Thanks.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]