From 179fa413b047bede6e32109e2ce82437c5fb8d34 Mon Sep 17 00:00:00 2001 From: MenTaLguY Date: Mon, 16 Jan 2006 02:36:01 +0000 Subject: moving trunk for module inkscape (bzr r1) --- share/fonts/.cvsignore | 2 ++ share/fonts/Makefile.am | 7 +++++++ share/fonts/README | 5 +++++ 3 files changed, 14 insertions(+) create mode 100644 share/fonts/.cvsignore create mode 100644 share/fonts/Makefile.am create mode 100644 share/fonts/README (limited to 'share/fonts') 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 -- cgit v1.2.3