Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lintest/myrulib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKandrashin Denis <mail@lintest.ru>2011-07-01 15:36:28 +0400
committerKandrashin Denis <mail@lintest.ru>2011-07-01 15:36:28 +0400
commit0f911ab45627de65374fa5e171dd076a65a512dd (patch)
tree6708f0835af5645c9522ca7b2a123dc400d612a2 /Makefile.in
parent1bfe664be5d6e14ff1599a1d3f36f08056724b83 (diff)
configure script
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 6d44704b..54810dc6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -297,9 +297,9 @@ install: install_myrulib
$(INSTALL) -d $(DESTDIR)$(datadir)/locale/sv/LC_MESSAGES
(cd . ; $(INSTALL) -m 644 -T sv.mo $(DESTDIR)$(datadir)/locale/sv/LC_MESSAGES/myrulib.mo)
$(INSTALL_DIR) $(DESTDIR)$(datadir)/myrulib/css
- (cd $(srcdir)/3rdparty/crengine/css ; $(INSTALL_DATA) *.css $(DESTDIR)$(datadir)/myrulib/css)
+ (cd $(srcdir)/3rdparty/crengine/css ; $(INSTALL_DATA) doc.css epub.css fb2.css htm.css rtf.css txt.css $(DESTDIR)$(datadir)/myrulib/css)
$(INSTALL_DIR) $(DESTDIR)$(datadir)/myrulib/hyph
- (cd $(srcdir)/3rdparty/crengine/hyph ; $(INSTALL_DATA) *.pdb $(DESTDIR)$(datadir)/myrulib/hyph)
+ (cd $(srcdir)/3rdparty/crengine/hyph ; $(INSTALL_DATA) Bulgarian_hyphen_(Alan).pdb Czech_hyphen_(Alan).pdb Danish_hyphen_(Alan).pdb English_GB_hyphen_(Alan).pdb English_US_hyphen_(Alan).pdb Finnish_hyphen_(Alan).pdb French_hyphen_(Alan).pdb German_hyphen_(Alan).pdb Hungarian_hyphen_(Alan).pdb Icelandic_hyphen_(Alan).pdb Irish_hyphen_(Alan).pdb Italian_hyphen_(Alan).pdb Polish_hyphen_(Alan).pdb Portuguese_hyphen_(Alan).pdb Roman_hyphen_(Alan).pdb Russian_EnGB_hyphen_(Alan).pdb Russian_EnUS_hyphen_(Alan).pdb Russian_hyphen_(Alan).pdb Slovak_hyphen_(Alan).pdb Slovenian_hyphen_(Alan).pdb Spanish_hyphen_(Alan).pdb Swedish_hyphen_(Alan).pdb Ukrain_hyphen_(Alan).pdb $(DESTDIR)$(datadir)/myrulib/hyph)
$(INSTALL_DIR) $(DESTDIR)$(datadir)/icons/hicolor/48x48/apps
(cd $(srcdir)/sources/MyRuLib/desktop ; $(INSTALL_DATA) myrulib.png $(DESTDIR)$(datadir)/icons/hicolor/48x48/apps)
$(INSTALL_DIR) $(DESTDIR)$(datadir)/applications
@@ -313,8 +313,8 @@ uninstall: uninstall_myrulib
(cd $(DESTDIR)$(datadir)/locale/be/LC_MESSAGES ; rm -f myrulib.mo)
(cd $(DESTDIR)$(datadir)/locale/cs/LC_MESSAGES ; rm -f myrulib.mo)
(cd $(DESTDIR)$(datadir)/locale/sv/LC_MESSAGES ; rm -f myrulib.mo)
- (cd $(DESTDIR)$(datadir)/myrulib/css ; rm -f *.css)
- (cd $(DESTDIR)$(datadir)/myrulib/hyph ; rm -f *.pdb)
+ (cd $(DESTDIR)$(datadir)/myrulib/css ; rm -f doc.css epub.css fb2.css htm.css rtf.css txt.css)
+ (cd $(DESTDIR)$(datadir)/myrulib/hyph ; rm -f Bulgarian_hyphen_(Alan).pdb Czech_hyphen_(Alan).pdb Danish_hyphen_(Alan).pdb English_GB_hyphen_(Alan).pdb English_US_hyphen_(Alan).pdb Finnish_hyphen_(Alan).pdb French_hyphen_(Alan).pdb German_hyphen_(Alan).pdb Hungarian_hyphen_(Alan).pdb Icelandic_hyphen_(Alan).pdb Irish_hyphen_(Alan).pdb Italian_hyphen_(Alan).pdb Polish_hyphen_(Alan).pdb Portuguese_hyphen_(Alan).pdb Roman_hyphen_(Alan).pdb Russian_EnGB_hyphen_(Alan).pdb Russian_EnUS_hyphen_(Alan).pdb Russian_hyphen_(Alan).pdb Slovak_hyphen_(Alan).pdb Slovenian_hyphen_(Alan).pdb Spanish_hyphen_(Alan).pdb Swedish_hyphen_(Alan).pdb Ukrain_hyphen_(Alan).pdb)
(cd $(DESTDIR)$(datadir)/icons/hicolor/48x48/apps ; rm -f myrulib.png)
(cd $(DESTDIR)$(datadir)/applications ; rm -f myrulib.desktop)
(cd $(DESTDIR)$(datadir)/pixmaps ; rm -f myrulib.png)