summaryrefslogtreecommitdiffstats
path: root/doc/en/howto/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/howto/Makefile.am')
-rw-r--r--doc/en/howto/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/en/howto/Makefile.am b/doc/en/howto/Makefile.am
deleted file mode 100644
index c4da710..0000000
--- a/doc/en/howto/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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;
-