diff options
| author | MenTaLguY <mental@rydia.net> | 2006-01-16 02:36:01 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2006-01-16 02:36:01 +0000 |
| commit | 179fa413b047bede6e32109e2ce82437c5fb8d34 (patch) | |
| tree | a5a6ac2c1708bd02288fbd8edb2ff500ff2e0916 /share/fonts | |
| download | inkscape-179fa413b047bede6e32109e2ce82437c5fb8d34.tar.gz inkscape-179fa413b047bede6e32109e2ce82437c5fb8d34.zip | |
moving trunk for module inkscape
(bzr r1)
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 |
