ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: php-coder <php-coder@ngs.ru>
To: community@altlinux.ru
Subject: [Comm] Цель в Makefile.am
Date: Wed, 11 Aug 2004 16:57:07 +0700
Message-ID: <163356281.20040811165707@ngs.ru> (raw)

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



             reply	other threads:[~2004-08-11  9:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-11  9:57 php-coder [this message]
2004-08-11 10:48 ` Sergey Vlasov

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=163356281.20040811165707@ngs.ru \
    --to=php-coder@ngs.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