From: Sergey Vlasov <vsu@altlinux.ru> To: community@altlinux.ru Subject: Re: [Comm] Цель в Makefile.am Date: Wed, 11 Aug 2004 14:48:27 +0400 Message-ID: <20040811104827.GA15860@master.mivlgu.local> (raw) In-Reply-To: <163356281.20040811165707@ngs.ru> [-- 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 --]
prev parent reply other threads:[~2004-08-11 10:48 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2004-08-11 9:57 php-coder 2004-08-11 10:48 ` Sergey Vlasov [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20040811104827.GA15860@master.mivlgu.local \ --to=vsu@altlinux.ru \ --cc=community@altlinux.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
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