ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [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

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