* [Comm] Цель в Makefile.am
@ 2004-08-11 9:57 php-coder
2004-08-11 10:48 ` Sergey Vlasov
0 siblings, 1 reply; 2+ messages in thread
From: php-coder @ 2004-08-11 9:57 UTC (permalink / raw)
To: community
0000100101011110100100101::11.08.2004::0110001001001000100111100100010
Привет, Linuxоиды!
Есть следующий Makefile.am:
# doc/Makefile.am for Fluxbox 0.9 - an X11 Window manager
CLEANFILES = fluxbox.1
MAINTAINERCLEANFILES = Makefile.in
man_MANS = fluxbox.1 bsetroot.1 fbrun.1 fbsetbg.1 \
startfluxbox.1 fluxstyle.1 fbrun.1
EXTRA_DIST=fluxbox.1.in bsetroot.1 fbrun.1 startfluxbox.1 fbsetbg.1 \
fluxstyle.1 Coding_style
distclean-local:
rm -f *\~
fluxbox.1: fluxbox.1.in
@regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," \
$(srcdir)/fluxbox.1.in > fluxbox.1
Добавляю в конец новую цель:
fluxstyle.1: fluxstyle.1
mv fluxstyle.1 fluxstyle.1.in
@regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," \
$(srcdir)/fluxstyle.1.in > fluxstyle.1
Как сделать, чтобы она отрабатывалась?! Я в том смысле, что нужно
еще что-то в этом файле исправить, чтобы при компиляции эта цель
отрабатывалась.
THX
--
С уважением, php-coder (mailto:php-coder[at]ngs[dot]ru)
Registered Linux User #327594
ALT Linux Master 2.2
010010010010010001010101100::Linux RuleZz!::10001001000100010001000111
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Comm] Цель в Makefile.am
2004-08-11 9:57 [Comm] Цель в Makefile.am php-coder
@ 2004-08-11 10:48 ` Sergey Vlasov
0 siblings, 0 replies; 2+ messages in thread
From: Sergey Vlasov @ 2004-08-11 10:48 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 1556 bytes --]
On Wed, Aug 11, 2004 at 04:57:07PM +0700, php-coder wrote:
> 0000100101011110100100101::11.08.2004::0110001001001000100111100100010
>
> Привет, Linuxоиды!
>
> Есть следующий Makefile.am:
>
> # doc/Makefile.am for Fluxbox 0.9 - an X11 Window manager
> CLEANFILES = fluxbox.1
CLEANFILES = fluxbox.1 fluxstyle.1
> MAINTAINERCLEANFILES = Makefile.in
> man_MANS = fluxbox.1 bsetroot.1 fbrun.1 fbsetbg.1 \
> startfluxbox.1 fluxstyle.1 fbrun.1
> EXTRA_DIST=fluxbox.1.in bsetroot.1 fbrun.1 startfluxbox.1 fbsetbg.1 \
> fluxstyle.1 Coding_style
fluxstyle.1.in Coding_style
> distclean-local:
> rm -f *\~
> fluxbox.1: fluxbox.1.in
> @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," \
> $(srcdir)/fluxbox.1.in > fluxbox.1
>
> Добавляю в конец новую цель:
>
> fluxstyle.1: fluxstyle.1
fluxstyle.1: fluxstyle.1.in
> mv fluxstyle.1 fluxstyle.1.in
это вообще убрать
> @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," \
> $(srcdir)/fluxstyle.1.in > fluxstyle.1
>
> Как сделать, чтобы она отрабатывалась?! Я в том смысле, что нужно
> еще что-то в этом файле исправить, чтобы при компиляции эта цель
> отрабатывалась.
Всё, что нужно собирать, должно быть указано в man_MANS или других
аналогичных переменных automake. А в данном случае просто неверное
правило - "само из себя" что-то создаваться не может. Т.е., в
исходниках теперь должен лежать файл fluxstyle.1.in, а fluxstyle.1
будет создаваться из него.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-08-11 10:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-11 9:57 [Comm] Цель в Makefile.am php-coder
2004-08-11 10:48 ` Sergey Vlasov
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git