From b02fdb4d705016a6c8e83f9d492b8df7c531b805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 13 Dec 2022 00:23:00 +0100 Subject: Conversion to CMake build system. Remove the generated files from the source tree. Copy translations to a new directory layout. Added translation of .desktop files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- doc/en/howto/unicode/Makefile.am | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 doc/en/howto/unicode/Makefile.am (limited to 'doc/en/howto/unicode/Makefile.am') diff --git a/doc/en/howto/unicode/Makefile.am b/doc/en/howto/unicode/Makefile.am new file mode 100644 index 0000000..1a39c03 --- /dev/null +++ b/doc/en/howto/unicode/Makefile.am @@ -0,0 +1,25 @@ +# 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; -- cgit v1.2.1