You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
419 B
18 lines
419 B
# 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;
|
|
|