Skip to content

Commit

Permalink
feat(All): PDF用のスタイル指定ファイルを別リポジトリにした
Browse files Browse the repository at this point in the history
  • Loading branch information
kubosho committed Feb 22, 2015
1 parent faacfdd commit 6522d14
Show file tree
Hide file tree
Showing 22 changed files with 1 addition and 3,493 deletions.
3 changes: 1 addition & 2 deletions bin/build-pdf
@@ -1,10 +1,9 @@
#!/bin/bash

declare parentDir=$(cd $(dirname $(cd $(dirname $0);pwd));pwd)
declare currentDir=$(cd $(dirname $0);pwd)
SRC_FILE=${parentDir}/$1

${currentDir}/fopub/fopub -t ${parentDir}/custom/fopub/docbook-xsl "${SRC_FILE}" \
${parentDir}/fopub/bin/fopub -t ${parentDir}/styles "${SRC_FILE}" \
-param body.font.family VL-Gothic-Regular \
-param dingbat.font.family VL-Gothic-Regular \
-param monospace.font.family VL-Gothic-Regular \
Expand Down
29 changes: 0 additions & 29 deletions custom/fopub/docbook-xsl/callouts.xsl

This file was deleted.

113 changes: 0 additions & 113 deletions custom/fopub/docbook-xsl/common.xsl

This file was deleted.

0 comments on commit 6522d14

Please sign in to comment.