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/ro/Makefile.am | |
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/ro/Makefile.am')
-rw-r--r-- | help/ro/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/help/ro/Makefile.am b/help/ro/Makefile.am deleted file mode 100644 index 25f07e8..0000000 --- a/help/ro/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -figdir = figures -docname = mate-terminal -lang = ro -omffile = mate-terminal-ro.omf -entities = legal.xml -include $(top_srcdir)/xmldocs.make -dist-hook: app-dist-hook - - --include $(top_srcdir)/git.mk |