35 lines
903 B
Diff
35 lines
903 B
Diff
|
From 1b4980da40000a34ec987f83824dd69454c4e8e4 Mon Sep 17 00:00:00 2001
|
||
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
||
|
Date: Mon, 27 Mar 2017 12:33:22 +0100
|
||
|
Subject: [PATCH 09/20] Fix po/POTFILES for new location of source files.
|
||
|
|
||
|
Fixes commit b7c3ef13cbd9c9cd49005a32ffb70faf6f5bbe8c.
|
||
|
---
|
||
|
po/POTFILES | 16 +++++++++-------
|
||
|
1 file changed, 9 insertions(+), 7 deletions(-)
|
||
|
|
||
|
diff --git a/po/POTFILES b/po/POTFILES
|
||
|
index 55bb82d..70d62d5 100644
|
||
|
--- a/po/POTFILES
|
||
|
+++ b/po/POTFILES
|
||
|
@@ -1,7 +1,9 @@
|
||
|
-../virt-top/virt_top_calendar1.ml
|
||
|
-../virt-top/virt_top_calendar2.ml
|
||
|
-../virt-top/virt_top_csv.ml
|
||
|
-../virt-top/virt_top_main.ml
|
||
|
-../virt-top/virt_top.ml
|
||
|
-../virt-top/virt_top_utils.ml
|
||
|
-../virt-top/virt_top_xml.ml
|
||
|
+../src/main.ml
|
||
|
+../src/opt_calendar1.ml
|
||
|
+../src/opt_calendar2.ml
|
||
|
+../src/opt_csv.ml
|
||
|
+../src/opt_gettext.ml
|
||
|
+../src/opt_xml.ml
|
||
|
+../src/top.ml
|
||
|
+../src/utils.ml
|
||
|
+../src/version.ml
|
||
|
--
|
||
|
2.19.0.rc0
|
||
|
|