Add skeletal DOCX support

This commit is contained in:
Gregory John Casamento 2025-02-16 06:51:47 -05:00
parent 44e7af6704
commit a50d0291dc
10 changed files with 590 additions and 1 deletions

View file

@ -28,6 +28,6 @@ include $(GNUSTEP_MAKEFILES)/common.make
#
# The list of subproject directories
#
SUBPROJECTS = RTF
SUBPROJECTS = RTF DOCX
include $(GNUSTEP_MAKEFILES)/aggregate.make