diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/fonts/src/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/fonts/src/Makefile.am | 1 | ||||
-rw-r--r-- | data/fonts/src/info.txt | 5 |
3 files changed, 7 insertions, 0 deletions
diff --git a/data/fonts/src/CMakeLists.txt b/data/fonts/src/CMakeLists.txt index 75f2d3913..e07b24c73 100644 --- a/data/fonts/src/CMakeLists.txt +++ b/data/fonts/src/CMakeLists.txt @@ -9,6 +9,7 @@ SET(FILES LiberationMono-Regular.sfd LiberationSans-Bold.sfd LiberationSans-Regular.sfd + into.txt ) INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/fonts/src) diff --git a/data/fonts/src/Makefile.am b/data/fonts/src/Makefile.am index 69b30ebfd..3785af24e 100644 --- a/data/fonts/src/Makefile.am +++ b/data/fonts/src/Makefile.am @@ -13,4 +13,5 @@ EXTRA_DIST = \ LiberationMono-Regular.sfd \ LiberationSans-Bold.sfd \ LiberationSans-Regular.sfd \ + info.txt \ CMakeLists.txt diff --git a/data/fonts/src/info.txt b/data/fonts/src/info.txt new file mode 100644 index 000000000..637fd9355 --- /dev/null +++ b/data/fonts/src/info.txt @@ -0,0 +1,5 @@ +In this directory present ttf fonts sources. + +For build this sources see debian packages: + fonts-dejavu + fonts-liberation |