summaryrefslogtreecommitdiff
path: root/docs/howto/unicode/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'docs/howto/unicode/Makefile.am')
-rw-r--r--docs/howto/unicode/Makefile.am24
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/howto/unicode/Makefile.am b/docs/howto/unicode/Makefile.am
deleted file mode 100644
index 57b377b..0000000
--- a/docs/howto/unicode/Makefile.am
+++ /dev/null
@@ -1,24 +0,0 @@
-# this Makefile.am was automatically generated by bibletime/docs/gen_am.sh
-# please do not edit this file but rather run the script to update
-
-
-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;
- for file in how2-basics.docbook how2-importance.docbook how2-interpretation.docbook index.docbook; do \
- $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(kde_htmldir)/en/bibletime/howto; \
- chmod a+r $(DESTDIR)$(kde_htmldir)/en/bibletime/howto/$$file; \
- done;
- ln -sf ../../common $(DESTDIR)$(kde_htmldir)/en/bibletime/howto/common;\
- chmod -R a+r+X $(DESTDIR)$(kde_htmldir)/en/bibletime
-
-uninstall-local:
- for file in how2-basics.docbook how2-importance.docbook how2-interpretation.docbook index.docbook; do \
- echo Removing $(DESTDIR)$(kde_htmldir)/en/bibletime/howto/$$file; \
- rm -f $(DESTDIR)$(kde_htmldir)/en/bibletime/howto/$$file; \
- done;
- echo Removing $(DESTDIR)$(kde_htmldir)/en/bibletime/howto/common;
- rm -f $(DESTDIR)$(kde_htmldir)/en/bibletime/howto/common;