summaryrefslogtreecommitdiffstats
path: root/doc/en/howto
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-02-03 15:01:42 +0900
committerMichele Calgaro <[email protected]>2023-02-03 15:01:42 +0900
commit7cbd7f2d42a3bceb31f28b932560e80eb124fbe0 (patch)
treebce1f068dba8dd890bfd7c3b4660db0fe97092b8 /doc/en/howto
parent22b0746ef4653ce8ae652057f178e8adebd7f579 (diff)
downloadbibletime-7cbd7f2d42a3bceb31f28b932560e80eb124fbe0.tar.gz
bibletime-7cbd7f2d42a3bceb31f28b932560e80eb124fbe0.zip
Drop automake support.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/en/howto')
-rw-r--r--doc/en/howto/Makefile.am17
-rw-r--r--doc/en/howto/html/Makefile.am13
-rw-r--r--doc/en/howto/unicode/Makefile.am25
3 files changed, 0 insertions, 55 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;
-
diff --git a/doc/en/howto/html/Makefile.am b/doc/en/howto/html/Makefile.am
deleted file mode 100644
index 6854ff2..0000000
--- a/doc/en/howto/html/Makefile.am
+++ /dev/null
@@ -1,13 +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
-
-
-KDE_OPTIONS = noautodist
-EXTRA_DIST =
-
-
-install-data-local:
- mkdir -p $(DESTDIR)$(kde_htmldir)/en/bibletime/howto/;
- chmod -R a+r+X $(DESTDIR)$(kde_htmldir)/en/bibletime;
-
-uninstall-local:
diff --git a/doc/en/howto/unicode/Makefile.am b/doc/en/howto/unicode/Makefile.am
deleted file mode 100644
index 1a39c03..0000000
--- a/doc/en/howto/unicode/Makefile.am
+++ /dev/null
@@ -1,25 +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
-
-
-KDE_OPTIONS = noautodist
-EXTRA_DIST = how2-basics.docbook how2-importance.docbook how2-interpretation.docbook index.docbook
-
-
-install-data-local:
- mkdir -p $(DESTDIR)$(kde_htmldir)/en/bibletime/howto/;
- chmod -R a+r+X $(DESTDIR)$(kde_htmldir)/en/bibletime;
- $(INSTALL_DATA) $(srcdir)/how2-basics.docbook $(DESTDIR)$(kde_htmldir)/en/bibletime/howto;
- chmod a+r $(DESTDIR)$(kde_htmldir)/en/bibletime/howto/how2-basics.docbook;
- $(INSTALL_DATA) $(srcdir)/how2-importance.docbook $(DESTDIR)$(kde_htmldir)/en/bibletime/howto;
- chmod a+r $(DESTDIR)$(kde_htmldir)/en/bibletime/howto/how2-importance.docbook;
- $(INSTALL_DATA) $(srcdir)/how2-interpretation.docbook $(DESTDIR)$(kde_htmldir)/en/bibletime/howto;
- chmod a+r $(DESTDIR)$(kde_htmldir)/en/bibletime/howto/how2-interpretation.docbook;
- $(INSTALL_DATA) $(srcdir)/index.docbook $(DESTDIR)$(kde_htmldir)/en/bibletime/howto;
- chmod a+r $(DESTDIR)$(kde_htmldir)/en/bibletime/howto/index.docbook;
-
-uninstall-local:
- rm -f $(DESTDIR)$(kde_htmldir)/en/bibletime/howto/how2-basics.docbook;
- rm -f $(DESTDIR)$(kde_htmldir)/en/bibletime/howto/how2-importance.docbook;
- rm -f $(DESTDIR)$(kde_htmldir)/en/bibletime/howto/how2-interpretation.docbook;
- rm -f $(DESTDIR)$(kde_htmldir)/en/bibletime/howto/index.docbook;