diff options
Diffstat (limited to 'handbook/poky-doc-tools/Makefile.am')
-rw-r--r-- | handbook/poky-doc-tools/Makefile.am | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/handbook/poky-doc-tools/Makefile.am b/handbook/poky-doc-tools/Makefile.am deleted file mode 100644 index 4533cd832d..0000000000 --- a/handbook/poky-doc-tools/Makefile.am +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | SUBDIRS = common | ||
2 | |||
3 | EXTRA_DIST = poky-docbook-to-pdf.in | ||
4 | |||
5 | bin_SCRIPTS = poky-docbook-to-pdf | ||
6 | |||
7 | edit = sed \ | ||
8 | -e 's,@datadir\@,$(pkgdatadir),g' \ | ||
9 | -e 's,@prefix\@,$(prefix),g' \ | ||
10 | -e 's,@version\@,@VERSION@,g' | ||
11 | |||
12 | ## | ||
13 | # These URI should be rewritten by your distribution's xml catalog to | ||
14 | # match your localy installed XSL stylesheets. | ||
15 | XSL_BASE_URI="http://docbook.sourceforge.net/release/xsl/current" | ||
16 | XSL_TEMPLATE_URI = $(XSL_BASE_URI)/template/titlepage.xsl | ||
17 | |||
18 | poky-docbook-to-pdf: poky-docbook-to-pdf.in | ||
19 | rm -f poky-docbook-to-pdf | ||
20 | $(edit) poky-docbook-to-pdf.in > poky-docbook-to-pdf | ||
21 | |||
22 | clean-local: | ||
23 | rm -fr poky-docbook-to-pdf | ||
24 | rm -fr poky-pr-docbook-to-pdf \ No newline at end of file | ||