From 975d56086c7ce019f73e82a15a3bd1c9e36506fe Mon Sep 17 00:00:00 2001 From: Mark Olesen <Mark.Olesen@Germany> Date: Fri, 4 Dec 2009 10:49:04 +0100 Subject: [PATCH] promote org-mode conversion utilities from bin/tools -> bin/ --- bin/org-html | 1 + bin/org-latex | 1 + bin/tools/org-html | 1 - bin/tools/org-latex | 1 - 4 files changed, 2 insertions(+), 2 deletions(-) create mode 120000 bin/org-html create mode 120000 bin/org-latex delete mode 120000 bin/tools/org-html delete mode 120000 bin/tools/org-latex diff --git a/bin/org-html b/bin/org-html new file mode 120000 index 00000000000..b7b47c1517b --- /dev/null +++ b/bin/org-html @@ -0,0 +1 @@ +tools/org-batch \ No newline at end of file diff --git a/bin/org-latex b/bin/org-latex new file mode 120000 index 00000000000..b7b47c1517b --- /dev/null +++ b/bin/org-latex @@ -0,0 +1 @@ +tools/org-batch \ No newline at end of file diff --git a/bin/tools/org-html b/bin/tools/org-html deleted file mode 120000 index 3c8e28ed2ec..00000000000 --- a/bin/tools/org-html +++ /dev/null @@ -1 +0,0 @@ -org-batch \ No newline at end of file diff --git a/bin/tools/org-latex b/bin/tools/org-latex deleted file mode 120000 index 3c8e28ed2ec..00000000000 --- a/bin/tools/org-latex +++ /dev/null @@ -1 +0,0 @@ -org-batch \ No newline at end of file -- GitLab