diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-09-25 04:36:34 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-09-25 04:36:34 +0000 |
commit | aa1e6eef49f67fcf1d946d5feb272dbb41771fab (patch) | |
tree | 02c38dc6e8aae2362c5dc3cf8fc70833c3b8ef96 /Makefile.in | |
parent | update comment (diff) | |
download | w3m-aa1e6eef49f67fcf1d946d5feb272dbb41771fab.tar.gz w3m-aa1e6eef49f67fcf1d946d5feb272dbb41771fab.zip |
add NLSTARGET
Diffstat (limited to '')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 387967d..54c3c0e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -48,6 +48,7 @@ LIBS = -L. -lindep @LIBINTL@ @LIBS@ W3M_LIBS = @W3M_LIBS@ WCTARGET = @WCTARGET@ INTLTARGET = @INTLTARGET@ +NLSTARGET = @NLSTARGET@ MAKE_ARGS = PERL='$(PERL)' MKDIR='$(MKDIR)' INSTALL='$(INSTALL)' \ BIN_DIR='$(bindir)' AUXBIN_DIR='$(AUXBIN_DIR)' \ @@ -118,7 +119,7 @@ SCRIPTSUBDIRS= scripts SUBDIRS = $(SCRIPTSUBDIRS) w3mimg libwc intl po .PHONY: $(SUBDIRS) -all: $(INTLTARGET) $(TARGETS) all-scripts po +all: $(INTLTARGET) $(TARGETS) all-scripts $(NLSTARGET) $(TARGET): $(ALLOBJS) $(ALIB) $(WCTARGET) $(CC) $(CFLAGS) -o $(TARGET) $(ALLOBJS) $(LDFLAGS) $(LIBS) $(W3M_LIBS) @@ -217,7 +218,7 @@ install-helpfile: done install-po: - for subdir in po; \ + for subdir in $(NLSTARGET); \ do \ (cd $$subdir && $(MAKE) install); \ done |