summaryrefslogtreecommitdiffstats
path: root/doc/en/howto/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-02-03 15:01:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-02-03 15:01:42 +0900
commit7cbd7f2d42a3bceb31f28b932560e80eb124fbe0 (patch)
treebce1f068dba8dd890bfd7c3b4660db0fe97092b8 /doc/en/howto/Makefile.am
parent22b0746ef4653ce8ae652057f178e8adebd7f579 (diff)
downloadbibletime-7cbd7f2d.tar.gz
bibletime-7cbd7f2d.zip
Drop automake support.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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;
-