diff options
author | Slávek Banko <[email protected]> | 2022-12-13 00:23:00 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-12-13 00:44:38 +0100 |
commit | b02fdb4d705016a6c8e83f9d492b8df7c531b805 (patch) | |
tree | 766b40d911fbf23ef6c9ea8f41b4e523c7cf9503 /docs/howto/unicode/Makefile.am | |
parent | facdbc2fcef5f9bfbd56c1eef53e61eb8e7438a1 (diff) | |
download | bibletime-b02fdb4d705016a6c8e83f9d492b8df7c531b805.tar.gz bibletime-b02fdb4d705016a6c8e83f9d492b8df7c531b805.zip |
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.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'docs/howto/unicode/Makefile.am')
-rw-r--r-- | docs/howto/unicode/Makefile.am | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/docs/howto/unicode/Makefile.am b/docs/howto/unicode/Makefile.am deleted file mode 100644 index 1a39c03..0000000 --- a/docs/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; |