diff options
| -rw-r--r-- | Makefile.in | 4 | ||||
| -rwxr-xr-x | configure | 3 | ||||
| -rw-r--r-- | configure.ac | 3 | ||||
| -rw-r--r-- | scripts/w3mman/Makefile.in | 18 | 
4 files changed, 24 insertions, 4 deletions
| diff --git a/Makefile.in b/Makefile.in index 8fa799e..453072d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -111,6 +111,7 @@ IMGDISPLAY=w3mimgdisplay$(EXT)  MAN1_TARGET=$(PACKAGE).1  MAN1=$(top_srcdir)/doc/w3m.1  MAN1_JA=$(top_srcdir)/doc-jp/w3m.1 +MAN1_DE=$(top_srcdir)/doc-de/w3m.1  LIB_TARGETS=$(BOOKMARKER) $(HELPER)  AUXBIN_TARGETS=@AUXBIN_TARGETS@ @@ -220,10 +221,12 @@ install-core: $(TARGETS)  	-$(MKDIR) $(DESTDIR)$(HELP_DIR)  	-$(MKDIR) $(DESTDIR)$(mandir)/man1  	-$(MKDIR) $(DESTDIR)$(mandir)/ja/man1 +	-$(MKDIR) $(DESTDIR)$(mandir)/de/man1  	$(INSTALL_PROGRAM) $(TARGET) $(DESTDIR)$(bindir)/$(TARGET)  	$(INSTALL_DATA) $(HELP_FILE) $(DESTDIR)$(HELP_DIR)/$(HELP_TARGET)  	$(INSTALL_DATA) $(MAN1) $(DESTDIR)$(mandir)/man1/$(MAN1_TARGET)  	$(INSTALL_DATA) $(MAN1_JA) $(DESTDIR)$(mandir)/ja/man1/$(MAN1_TARGET) +	$(INSTALL_DATA) $(MAN1_DE) $(DESTDIR)$(mandir)/de/man1/$(MAN1_TARGET)  	targets="$(AUXBIN_TARGETS)"; for file in $$targets; \  	do \  		case $$file in \ @@ -280,6 +283,7 @@ uninstall:  	-$(RM) -f $(HELP_DIR)/$(HELP_TARGET)  	-$(RM) -f $(mandir)/man1/$(MAN1_TARGET)  	-$(RM) -f $(mandir)/ja/man1/$(MAN1_TARGET) +	-$(RM) -f $(mandir)/de/man1/$(MAN1_TARGET)  	-for dir in $(SCRIPTSUBDIRS);	\  	do	\  		(cd $$dir && $(MAKE) $(MAKE_ARGS) uninstall); \ @@ -9088,7 +9088,7 @@ _ACEOF   ymdver=`sed -e 's/ .*//;s/-//g;q' $srcdir/ChangeLog`   sed -e 's/define CURRENT_VERSION "\(.*\)YYYYMMDD/define CURRENT_VERSION "\1'$ymdver'/;s/define CURRENT_VERSION "\(.*\)+cvs/define CURRENT_VERSION "\1+cvs-'$cvsver'/' $srcdir/version.c.in > version.c   CURRENT_VERSION=`sed -n 's/.*define CURRENT_VERSION *"w3m\/\(.*\)".*$/\1/p' version.c` -ac_config_files="$ac_config_files Makefile posubst po/Makefile.in scripts/Makefile scripts/dirlist.cgi scripts/w3mhelp.cgi scripts/w3mmail.cgi scripts/xface2xpm scripts/multipart/Makefile scripts/multipart/multipart.cgi scripts/w3mman/Makefile scripts/w3mman/w3mman scripts/w3mman/w3mman.1 scripts/w3mman/w3mman2html.cgi libwc/Makefile w3mimg/Makefile w3mimg/fb/Makefile w3mimg/x11/Makefile w3mimg/win/Makefile w3mhelp-w3m_en.html w3mhelp-w3m_ja.html w3mhelp-lynx_en.html w3mhelp-lynx_ja.html" +ac_config_files="$ac_config_files Makefile posubst po/Makefile.in scripts/Makefile scripts/dirlist.cgi scripts/w3mhelp.cgi scripts/w3mmail.cgi scripts/xface2xpm scripts/multipart/Makefile scripts/multipart/multipart.cgi scripts/w3mman/Makefile scripts/w3mman/w3mman scripts/w3mman/w3mman.1 scripts/w3mman/w3mman.de.1 scripts/w3mman/w3mman2html.cgi libwc/Makefile w3mimg/Makefile w3mimg/fb/Makefile w3mimg/x11/Makefile w3mimg/win/Makefile w3mhelp-w3m_en.html w3mhelp-w3m_ja.html w3mhelp-lynx_en.html w3mhelp-lynx_ja.html"  cat >confcache <<\_ACEOF  # This file is a shell script that caches the results of configure @@ -9812,6 +9812,7 @@ do      "scripts/w3mman/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/w3mman/Makefile" ;;      "scripts/w3mman/w3mman") CONFIG_FILES="$CONFIG_FILES scripts/w3mman/w3mman" ;;      "scripts/w3mman/w3mman.1") CONFIG_FILES="$CONFIG_FILES scripts/w3mman/w3mman.1" ;; +    "scripts/w3mman/w3mman.de.1") CONFIG_FILES="$CONFIG_FILES scripts/w3mman/w3mman.de.1" ;;      "scripts/w3mman/w3mman2html.cgi") CONFIG_FILES="$CONFIG_FILES scripts/w3mman/w3mman2html.cgi" ;;      "libwc/Makefile") CONFIG_FILES="$CONFIG_FILES libwc/Makefile" ;;      "w3mimg/Makefile") CONFIG_FILES="$CONFIG_FILES w3mimg/Makefile" ;; diff --git a/configure.ac b/configure.ac index 3332251..320a6e2 100644 --- a/configure.ac +++ b/configure.ac @@ -181,7 +181,8 @@ scripts/Makefile scripts/dirlist.cgi \  scripts/w3mhelp.cgi \  scripts/w3mmail.cgi scripts/xface2xpm \  scripts/multipart/Makefile scripts/multipart/multipart.cgi \ -scripts/w3mman/Makefile scripts/w3mman/w3mman scripts/w3mman/w3mman.1 \ +scripts/w3mman/Makefile scripts/w3mman/w3mman \ +scripts/w3mman/w3mman.1 scripts/w3mman/w3mman.de.1 \  scripts/w3mman/w3mman2html.cgi \  libwc/Makefile \  w3mimg/Makefile w3mimg/fb/Makefile w3mimg/x11/Makefile w3mimg/win/Makefile \ diff --git a/scripts/w3mman/Makefile.in b/scripts/w3mman/Makefile.in index 569e2fc..ad1cffe 100644 --- a/scripts/w3mman/Makefile.in +++ b/scripts/w3mman/Makefile.in @@ -33,11 +33,13 @@ ETC_DIR = $(sysconfdir)  CONF_DIR = $(sysconfdir)/$(PACKAGE)  BIN_DIR = $(bindir)  MAN1_DIR = $(mandir)/man1 +MAN1_DE_DIR = $(mandir)/de/man1  TARGETS		= w3mman  CGIBIN_TARGETS	= w3mman2html.cgi  MAN1_TARGETS	= w3mman.1 -MAN_TARGETS	= $(MAN1_TARGETS) +MAN1_DE_TARGETS	= w3mman.de.1 +MAN_TARGETS	= $(MAN1_TARGETS) $(MAN1_DE_TARGETS)  MKDIR		= mkdir -p  INSTALL		= @INSTALL@ @@ -53,6 +55,7 @@ install: $(TARGETS) $(CGIBIN_TARGETS) $(MAN_TARGETS)  	-$(MKDIR) $(DESTDIR)$(BIN_DIR)  	-$(MKDIR) $(DESTDIR)$(CGIBIN_DIR)  	-$(MKDIR) $(DESTDIR)$(MAN1_DIR) +	-$(MKDIR) $(DESTDIR)$(MAN1_DE_DIR)  	for file in $(TARGETS);     \  	do      \  		$(INSTALL_SCRIPT) $$file $(DESTDIR)$(BIN_DIR);	\ @@ -65,6 +68,12 @@ install: $(TARGETS) $(CGIBIN_TARGETS) $(MAN_TARGETS)  	do	\  		$(INSTALL_MAN) $$file $(DESTDIR)$(MAN1_DIR); \  	done +	for file in $(MAN1_DE_TARGETS); \ +	do	\ +		$(INSTALL_MAN) $$file $(DESTDIR)$(MAN1_DE_DIR); \ +		f=`echo "$$file" | sed -e 's/\.de\././'`; \ +		mv $(DESTDIR)$(MAN1_DE_DIR)/$$file $(DESTDIR)$(MAN1_DE_DIR)/$$f; \ +	done  uninstall:  	-for file in $(TARGETS);     \ @@ -79,6 +88,11 @@ uninstall:  	do \  		rm -f $(MAN1_DIR)/$$file; \  	done +	-for file in $(MAN1_DE_TARGETS); \ +	do \ +		f=`echo "$$file" | sed -e 's/\.de\././'`; \ +		rm -f $(MAN1_DE_DIR)/$$f; \ +	done  clean: @@ -89,7 +103,7 @@ distclean:  dist: all  	@-rm -fr $(distdir)/w3mman  	-$(MKDIR) $(distdir)/w3mman -	cp Makefile README w3mman.in w3mman2html.cgi.in hlink.cgi w3mman.1.in $(distdir)/w3mman +	cp Makefile README w3mman.in w3mman2html.cgi.in hlink.cgi w3mman.1.in w3mman.de.1.in $(distdir)/w3mman  	( cd $(distdir); tar -cf - w3mman | GZIP='' gzip ) \  		> $(distdir)/w3mman.tar.gz  	-rm -fr $(distdir)/w3mman | 
