summary refs log tree commit diff stats
path: root/src/common/make-te.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/make-te.c')
-rw-r--r--src/common/make-te.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common/make-te.c b/src/common/make-te.c
index ed87df3d..aece6fbe 100644
--- a/src/common/make-te.c
+++ b/src/common/make-te.c
@@ -1,3 +1,9 @@
+/* process textevents.in with make-te < textevents.in > textevents.h 2> textenums.h
+ * textevents.in notes:
+ *  - the n prefix means the event text does not have to be translated thus
+ *    the N_() encapsulation will be omitted
+ */
+
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>