Install German manpages
This commit is contained in:
		| @@ -111,6 +111,7 @@ IMGDISPLAY=w3mimgdisplay$(EXT) | |||||||
| MAN1_TARGET=$(PACKAGE).1 | MAN1_TARGET=$(PACKAGE).1 | ||||||
| MAN1=$(top_srcdir)/doc/w3m.1 | MAN1=$(top_srcdir)/doc/w3m.1 | ||||||
| MAN1_JA=$(top_srcdir)/doc-jp/w3m.1 | MAN1_JA=$(top_srcdir)/doc-jp/w3m.1 | ||||||
|  | MAN1_DE=$(top_srcdir)/doc-de/w3m.1 | ||||||
|  |  | ||||||
| LIB_TARGETS=$(BOOKMARKER) $(HELPER) | LIB_TARGETS=$(BOOKMARKER) $(HELPER) | ||||||
| AUXBIN_TARGETS=@AUXBIN_TARGETS@ | AUXBIN_TARGETS=@AUXBIN_TARGETS@ | ||||||
| @@ -220,10 +221,12 @@ install-core: $(TARGETS) | |||||||
| 	-$(MKDIR) $(DESTDIR)$(HELP_DIR) | 	-$(MKDIR) $(DESTDIR)$(HELP_DIR) | ||||||
| 	-$(MKDIR) $(DESTDIR)$(mandir)/man1 | 	-$(MKDIR) $(DESTDIR)$(mandir)/man1 | ||||||
| 	-$(MKDIR) $(DESTDIR)$(mandir)/ja/man1 | 	-$(MKDIR) $(DESTDIR)$(mandir)/ja/man1 | ||||||
|  | 	-$(MKDIR) $(DESTDIR)$(mandir)/de/man1 | ||||||
| 	$(INSTALL_PROGRAM) $(TARGET) $(DESTDIR)$(bindir)/$(TARGET) | 	$(INSTALL_PROGRAM) $(TARGET) $(DESTDIR)$(bindir)/$(TARGET) | ||||||
| 	$(INSTALL_DATA) $(HELP_FILE) $(DESTDIR)$(HELP_DIR)/$(HELP_TARGET) | 	$(INSTALL_DATA) $(HELP_FILE) $(DESTDIR)$(HELP_DIR)/$(HELP_TARGET) | ||||||
| 	$(INSTALL_DATA) $(MAN1) $(DESTDIR)$(mandir)/man1/$(MAN1_TARGET) | 	$(INSTALL_DATA) $(MAN1) $(DESTDIR)$(mandir)/man1/$(MAN1_TARGET) | ||||||
| 	$(INSTALL_DATA) $(MAN1_JA) $(DESTDIR)$(mandir)/ja/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; \ | 	targets="$(AUXBIN_TARGETS)"; for file in $$targets; \ | ||||||
| 	do \ | 	do \ | ||||||
| 		case $$file in \ | 		case $$file in \ | ||||||
| @@ -280,6 +283,7 @@ uninstall: | |||||||
| 	-$(RM) -f $(HELP_DIR)/$(HELP_TARGET) | 	-$(RM) -f $(HELP_DIR)/$(HELP_TARGET) | ||||||
| 	-$(RM) -f $(mandir)/man1/$(MAN1_TARGET) | 	-$(RM) -f $(mandir)/man1/$(MAN1_TARGET) | ||||||
| 	-$(RM) -f $(mandir)/ja/man1/$(MAN1_TARGET) | 	-$(RM) -f $(mandir)/ja/man1/$(MAN1_TARGET) | ||||||
|  | 	-$(RM) -f $(mandir)/de/man1/$(MAN1_TARGET) | ||||||
| 	-for dir in $(SCRIPTSUBDIRS);	\ | 	-for dir in $(SCRIPTSUBDIRS);	\ | ||||||
| 	do	\ | 	do	\ | ||||||
| 		(cd $$dir && $(MAKE) $(MAKE_ARGS) uninstall); \ | 		(cd $$dir && $(MAKE) $(MAKE_ARGS) uninstall); \ | ||||||
|   | |||||||
							
								
								
									
										3
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								configure
									
									
									
									
										vendored
									
									
								
							| @@ -9088,7 +9088,7 @@ _ACEOF | |||||||
|  ymdver=`sed -e 's/ .*//;s/-//g;q' $srcdir/ChangeLog` |  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 |  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` |  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 | cat >confcache <<\_ACEOF | ||||||
| # This file is a shell script that caches the results of configure | # 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/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/w3mman/Makefile" ;; | ||||||
|     "scripts/w3mman/w3mman") CONFIG_FILES="$CONFIG_FILES scripts/w3mman/w3mman" ;; |     "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.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" ;; |     "scripts/w3mman/w3mman2html.cgi") CONFIG_FILES="$CONFIG_FILES scripts/w3mman/w3mman2html.cgi" ;; | ||||||
|     "libwc/Makefile") CONFIG_FILES="$CONFIG_FILES libwc/Makefile" ;; |     "libwc/Makefile") CONFIG_FILES="$CONFIG_FILES libwc/Makefile" ;; | ||||||
|     "w3mimg/Makefile") CONFIG_FILES="$CONFIG_FILES w3mimg/Makefile" ;; |     "w3mimg/Makefile") CONFIG_FILES="$CONFIG_FILES w3mimg/Makefile" ;; | ||||||
|   | |||||||
| @@ -181,7 +181,8 @@ scripts/Makefile scripts/dirlist.cgi \ | |||||||
| scripts/w3mhelp.cgi \ | scripts/w3mhelp.cgi \ | ||||||
| scripts/w3mmail.cgi scripts/xface2xpm \ | scripts/w3mmail.cgi scripts/xface2xpm \ | ||||||
| scripts/multipart/Makefile scripts/multipart/multipart.cgi \ | 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 \ | scripts/w3mman/w3mman2html.cgi \ | ||||||
| libwc/Makefile \ | libwc/Makefile \ | ||||||
| w3mimg/Makefile w3mimg/fb/Makefile w3mimg/x11/Makefile w3mimg/win/Makefile \ | w3mimg/Makefile w3mimg/fb/Makefile w3mimg/x11/Makefile w3mimg/win/Makefile \ | ||||||
|   | |||||||
| @@ -33,11 +33,13 @@ ETC_DIR = $(sysconfdir) | |||||||
| CONF_DIR = $(sysconfdir)/$(PACKAGE) | CONF_DIR = $(sysconfdir)/$(PACKAGE) | ||||||
| BIN_DIR = $(bindir) | BIN_DIR = $(bindir) | ||||||
| MAN1_DIR = $(mandir)/man1 | MAN1_DIR = $(mandir)/man1 | ||||||
|  | MAN1_DE_DIR = $(mandir)/de/man1 | ||||||
|  |  | ||||||
| TARGETS		= w3mman | TARGETS		= w3mman | ||||||
| CGIBIN_TARGETS	= w3mman2html.cgi | CGIBIN_TARGETS	= w3mman2html.cgi | ||||||
| MAN1_TARGETS	= w3mman.1 | MAN1_TARGETS	= w3mman.1 | ||||||
| MAN_TARGETS	= $(MAN1_TARGETS) | MAN1_DE_TARGETS	= w3mman.de.1 | ||||||
|  | MAN_TARGETS	= $(MAN1_TARGETS) $(MAN1_DE_TARGETS) | ||||||
|  |  | ||||||
| MKDIR		= mkdir -p | MKDIR		= mkdir -p | ||||||
| INSTALL		= @INSTALL@ | INSTALL		= @INSTALL@ | ||||||
| @@ -53,6 +55,7 @@ install: $(TARGETS) $(CGIBIN_TARGETS) $(MAN_TARGETS) | |||||||
| 	-$(MKDIR) $(DESTDIR)$(BIN_DIR) | 	-$(MKDIR) $(DESTDIR)$(BIN_DIR) | ||||||
| 	-$(MKDIR) $(DESTDIR)$(CGIBIN_DIR) | 	-$(MKDIR) $(DESTDIR)$(CGIBIN_DIR) | ||||||
| 	-$(MKDIR) $(DESTDIR)$(MAN1_DIR) | 	-$(MKDIR) $(DESTDIR)$(MAN1_DIR) | ||||||
|  | 	-$(MKDIR) $(DESTDIR)$(MAN1_DE_DIR) | ||||||
| 	for file in $(TARGETS);     \ | 	for file in $(TARGETS);     \ | ||||||
| 	do      \ | 	do      \ | ||||||
| 		$(INSTALL_SCRIPT) $$file $(DESTDIR)$(BIN_DIR);	\ | 		$(INSTALL_SCRIPT) $$file $(DESTDIR)$(BIN_DIR);	\ | ||||||
| @@ -65,6 +68,12 @@ install: $(TARGETS) $(CGIBIN_TARGETS) $(MAN_TARGETS) | |||||||
| 	do	\ | 	do	\ | ||||||
| 		$(INSTALL_MAN) $$file $(DESTDIR)$(MAN1_DIR); \ | 		$(INSTALL_MAN) $$file $(DESTDIR)$(MAN1_DIR); \ | ||||||
| 	done | 	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: | uninstall: | ||||||
| 	-for file in $(TARGETS);     \ | 	-for file in $(TARGETS);     \ | ||||||
| @@ -79,6 +88,11 @@ uninstall: | |||||||
| 	do \ | 	do \ | ||||||
| 		rm -f $(MAN1_DIR)/$$file; \ | 		rm -f $(MAN1_DIR)/$$file; \ | ||||||
| 	done | 	done | ||||||
|  | 	-for file in $(MAN1_DE_TARGETS); \ | ||||||
|  | 	do \ | ||||||
|  | 		f=`echo "$$file" | sed -e 's/\.de\././'`; \ | ||||||
|  | 		rm -f $(MAN1_DE_DIR)/$$f; \ | ||||||
|  | 	done | ||||||
|  |  | ||||||
| clean: | clean: | ||||||
|  |  | ||||||
| @@ -89,7 +103,7 @@ distclean: | |||||||
| dist: all | dist: all | ||||||
| 	@-rm -fr $(distdir)/w3mman | 	@-rm -fr $(distdir)/w3mman | ||||||
| 	-$(MKDIR) $(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 ) \ | 	( cd $(distdir); tar -cf - w3mman | GZIP='' gzip ) \ | ||||||
| 		> $(distdir)/w3mman.tar.gz | 		> $(distdir)/w3mman.tar.gz | ||||||
| 	-rm -fr $(distdir)/w3mman | 	-rm -fr $(distdir)/w3mman | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user