mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Don't build design docs on Windows.
To avoid requiring texinfo.
This commit is contained in:
parent
7b44e280e8
commit
70a37a24ae
@ -1,4 +1,6 @@
|
||||
ADD_SUBDIRECTORY(design)
|
||||
if (!WIN32)
|
||||
ADD_SUBDIRECTORY(design)
|
||||
endif()
|
||||
ADD_SUBDIRECTORY(xml)
|
||||
|
||||
SET(doc_FILES
|
||||
|
Loading…
Reference in New Issue
Block a user