summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDov Grobgeld <dov.grobgeld@gmail.com>2017-08-01 20:18:38 +0300
committerDov Grobgeld <dov.grobgeld@gmail.com>2017-08-01 20:18:38 +0300
commitf20b6480b9cd46dae8d82a6f95d9c53558fcfd20 (patch)
tree07683bb54bdd0fab520a6b3e3edcc1383f9c36bd /doc
parent654e3f3436b90da4ec6479aa35b6f0d86e696c41 (diff)
Added Unicode 6.3 support (and beyond)
- N0 support - Isolate character support (LRI, RLI, FSI) - Added test program test.c by Behdad that tests BidiTest.txt compliance. - Added test program test-character.c that tests BidiCharacterTest.txt compliance.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 7fe8d37..fd1d160 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -40,8 +40,7 @@ man3 = $(dist_man_MANS) $(dist_noinst_MANS)
C2MANFLAGS = $(includepath) \
-D__FRIBIDI_DOC \
-DDONT_HAVE_FRIBIDI_CONFIG_H \
- -M "Programmer's Manual" \
- -m "$(PACKAGE_NAME) $(PACKAGE_VERSION)"
+ -M "Programmer's Manual"
VPATH += $(includevpath)