Просмотр исходного кода

* doc/hu/Makefile.am: Generate Hungarian help file from the
manual, just like other languages.
* doc/hu/mc.1.in: New file, converted from the help file.
* doc/hu/xnc.hlp: Likewise.
* configure.in: Adjust for the above.

Pavel Roskin 22 лет назад
Родитель
Сommit
1cf3930be5
3 измененных файлов с 16 добавлено и 1 удалено
  1. 6 0
      ChangeLog
  2. 1 1
      configure.in
  3. 9 0
      doc/hu/Makefile.am

+ 6 - 0
ChangeLog

@@ -1,5 +1,11 @@
 2002-10-17  Pavel Roskin  <proski@gnu.org>
 
+	* doc/hu/Makefile.am: Generate Hungarian help file from the
+	manual, just like other languages.
+	* doc/hu/mc.1.in: New file, converted from the help file.
+	* doc/hu/xnc.hlp: Likewise.
+	* configure.in: Adjust for the above.
+
 	* doc/mc.1.in: Add node names.  Remove redundant paragraph
 	breaks at the start and the end of the sections.  Mention
 	"stalelink" as color keyword.

+ 1 - 1
configure.in

@@ -588,7 +588,7 @@ vfs/extfs/uzoo
 
 doc/mc.1 doc/mcedit.1 doc/mcserv.8
 doc/es/mc.1 doc/es/Makefile
-doc/hu/Makefile doc/hu/mc.hlp.hu
+doc/hu/mc.1 doc/hu/Makefile
 doc/it/mc.1 doc/it/Makefile
 doc/pl/mc.1 doc/pl/Makefile
 doc/ru/mc.1 doc/ru/Makefile

+ 9 - 0
doc/hu/Makefile.am

@@ -1 +1,10 @@
+mandir = @mandir@/hu
+man_MANS = mc.1
+
 pkgdata_DATA = mc.hlp.hu
+
+EXTRA_DIST = xnc.hlp
+CLEANFILES = $(pkgdata_DATA)
+
+mc.hlp.hu: mc.1 $(srcdir)/xnc.hlp $(top_builddir)/src/man2hlp
+	- $(top_builddir)/src/man2hlp mc.1 $(srcdir)/xnc.hlp mc.hlp.hu