From fa949b6b7fa553547f26305d4227e8baa0091c1f Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 10 Sep 2010 05:14:00 +0000 Subject: Added initial Trinity version of BibleTime git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/bibletime@1173688 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- docs/howto/Makefile.am | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/howto/Makefile.am (limited to 'docs/howto/Makefile.am') diff --git a/docs/howto/Makefile.am b/docs/howto/Makefile.am new file mode 100644 index 0000000..c4da710 --- /dev/null +++ b/docs/howto/Makefile.am @@ -0,0 +1,17 @@ +# this Makefile.am was automatically generated by bibletime/maintenance/gen_am.sh +# please do not edit this file but rather run the script to update + + +SUBDIRS = unicode html + + +html-files: + if test -e unicode/index.docbook; then \ + olddir=$$PWD; \ + cd html;\ + echo "Validating the XML files..."; \ + if meinproc ../unicode/index.docbook; then\ + echo "HTML files created successfully."; \ + fi; cd $$olddir; \ + fi; + -- cgit v1.2.1