diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-11-26 17:16:04 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-04 05:05:06 -0600 |
commit | 0b9d8c678ce06d74a9211e4857def48a9eabc36b (patch) | |
tree | 9a125ce4958e32f0e5b6c1d8e1b97101fa0134d0 /android | |
parent | 003a3d7a55d9f83d5b68800d54fdac633b4c281a (diff) |
Those AFM files are not used anymore
They were used to build metrics for printer built in fonts, which was
dropped in the previous commit.
Change-Id: Id9fb3108facec61eb6de0a2d16546f1187465e50
Reviewed-on: https://gerrit.libreoffice.org/6861
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'android')
-rw-r--r-- | android/experimental/desktop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/experimental/desktop/Makefile b/android/experimental/desktop/Makefile index bd75e51f5d9e..145a9fbebe2f 100644 --- a/android/experimental/desktop/Makefile +++ b/android/experimental/desktop/Makefile @@ -117,7 +117,7 @@ copy-stuff: cp -r $(SRC_ROOT)/icon-themes/galaxy/brand/* assets/program # presets - becomes the users home directory, .stamp forces .zip dir creation for D in $(strip autocorr autotext backup basic config gallery \ - psprint/driver psprint/fontmetric template \ + psprint/driver template \ uno_packages/cache wordbook); do \ mkdir -p assets/presets/$$D ; \ echo "content" > assets/presets/$$D/stamp; \ |