diff options
author | rbuj <[email protected]> | 2019-02-20 11:48:41 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-20 12:30:55 +0100 |
commit | d30504d5e497c9a850dd1c2779be48a12a0da5b5 (patch) | |
tree | df5856289d72778ea640f0fa8e9b5533739d279c /help/zh_TW | |
parent | a15f73795dd0c96cf31636ff63e99a2003f8b1c5 (diff) | |
download | mate-terminal-d30504d5e497c9a850dd1c2779be48a12a0da5b5.tar.bz2 mate-terminal-d30504d5e497c9a850dd1c2779be48a12a0da5b5.tar.xz |
Remove unused files in help dir
$ find ./help -name "*.omf" -exec rm {} \;
$ find ./help -name Makefile.am -not -path "./help/Makefile.am" -exec rm {} \;
Diffstat (limited to 'help/zh_TW')
-rw-r--r-- | help/zh_TW/Makefile.am | 10 | ||||
-rw-r--r-- | help/zh_TW/mate-terminal-zh_TW.omf | 35 |
2 files changed, 0 insertions, 45 deletions
diff --git a/help/zh_TW/Makefile.am b/help/zh_TW/Makefile.am deleted file mode 100644 index b0e13be..0000000 --- a/help/zh_TW/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -figdir = figures -docname = mate-terminal -lang = zh_TW -omffile = mate-terminal-zh_TW.omf -entities = legal.xml -include $(top_srcdir)/xmldocs.make -dist-hook: app-dist-hook - - --include $(top_srcdir)/git.mk diff --git a/help/zh_TW/mate-terminal-zh_TW.omf b/help/zh_TW/mate-terminal-zh_TW.omf deleted file mode 100644 index 8e2afa0..0000000 --- a/help/zh_TW/mate-terminal-zh_TW.omf +++ /dev/null @@ -1,35 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<omf> - <resource> - <creator> - [email protected] (Sun Microsystems) - </creator> - <maintainer> - [email protected] (Sun Microsystems) - </maintainer> -<!-- - <title> - MATE Terminal Manual V2.2 - </title> ---> - <title> -終端機 - </title> - <date> - 2002-08-16 - </date> -<version identifier="2.2" date="2002-08-16" description="為 MATE 2.0 更新之 1.9.6 版"/> - <subject category="GNOME|Applications|System Tools"/> - <description> -MATE 終端機應用程式的使用者手冊。 - </description> - <type> - user's guide - </type> - <format mime="text/xml" dtd="-//OASIS//DTD DocBook XML V4.1.2//EN"/> - <identifier url="mate-terminal.xml"/> -<language code="zh_TW"/> - <relation seriesid="d7834910-40e7-11d6-87e4-aa5f78e530ae"/> - <rights type="GNU FDL" license.version="1.1" holder="Sun Microsystems"/> - </resource> -</omf> |