automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make install doesn't?


From: Alexandre Duret-Lutz
Subject: Re: make install doesn't?
Date: Fri, 12 Apr 2002 10:59:40 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu)

>>> "Bruce" == Bruce Korb <address@hidden> writes:

 Bruce> Hi,

 Bruce> I created some man3 docs and found that despite having
 Bruce> added them to the man_MANS variable, they were not
 Bruce> installed until I added:

 Bruce> install : install-man3

Without this override the generated Makefile should have:

| install: install-am
| install-am: all-am
|         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
| install-data-am: install-man
| install-man: install-man3

What do you see?  What's your input?  Can you modify the
following test case to reproduce your problem?

Attachment: man2.test
Description: tests/man2.test

-- 
Alexandre Duret-Lutz

reply via email to

[Prev in Thread] Current Thread [Next in Thread]