diff options
Diffstat (limited to 'share/fonts')
| -rw-r--r-- | share/fonts/.cvsignore | 2 | ||||
| -rw-r--r-- | share/fonts/Makefile.am | 7 | ||||
| -rw-r--r-- | share/fonts/README | 5 |
3 files changed, 14 insertions, 0 deletions
diff --git a/share/fonts/.cvsignore b/share/fonts/.cvsignore new file mode 100644 index 000000000..282522db0 --- /dev/null +++ b/share/fonts/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/share/fonts/Makefile.am b/share/fonts/Makefile.am new file mode 100644 index 000000000..30a2f6997 --- /dev/null +++ b/share/fonts/Makefile.am @@ -0,0 +1,7 @@ + +fontsdir = $(datadir)/inkscape/fonts + +fonts_DATA = \ + README + +EXTRA_DIST = $(fonts_DATA) diff --git a/share/fonts/README b/share/fonts/README new file mode 100644 index 000000000..0dd74cf49 --- /dev/null +++ b/share/fonts/README @@ -0,0 +1,5 @@ +This new folder is part of the Inkscape 0.38 directory reorganization. Please place the appropriate files into this folder. + +Thank You! + +Inkscape Developers |
