blob: c4da710157ee1e3eaa2a1fceab3e67c95aa4b925 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;
|