summaryrefslogtreecommitdiff
path: root/handbook/poky-doc-tools/common/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'handbook/poky-doc-tools/common/Makefile.am')
-rw-r--r--handbook/poky-doc-tools/common/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/handbook/poky-doc-tools/common/Makefile.am b/handbook/poky-doc-tools/common/Makefile.am
deleted file mode 100644
index c6b154b14..000000000
--- a/handbook/poky-doc-tools/common/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-SUPPORT_FILES = VeraMoBd.ttf VeraMoBd.xml \
- VeraMono.ttf VeraMono.xml \
- Vera.ttf Vera.xml \
- draft.png titlepage.templates.xml \
- poky-db-pdf.xsl poky.svg \
- ohand-color.svg poky-handbook.png
-
-commondir = $(pkgdatadir)/common
-common_DATA = $(SUPPORT_FILES) fop-config.xml
-
-EXTRA_DIST = $(SUPPORT_FILES) fop-config.xml.in
-
-edit = sed -e 's,@datadir\@,$(pkgdatadir),g'
-
-fop-config.xml: fop-config.xml.in
- rm -f fop-config.xml
- $(edit) fop-config.xml.in > fop-config.xml
-
-
-clean-local:
- rm -fr fop-config.xml \ No newline at end of file