You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
484 B

  1. --- a/Makefile
  2. +++ b/Makefile
  3. @@ -115,9 +115,6 @@ install: $(TARGET) $(TRANSLATIONS)
  4. $(INSTALLMAN) $(MAN_RU) $(DESTDIR)/$(MANDIR)/ru/man1
  5. $(INSTALLDIR) $(DESTDIR)/$(DOCDIR)
  6. $(INSTALLDOC) $(DOCS) $(DESTDIR)/$(DOCDIR)
  7. -ifneq ($(DEBUG),yes)
  8. - $(STRIP) $(DESTDIR)/$(BINDIR)/$(TARGET)
  9. -endif
  10. mkdir -p $(DESTDIR)/$(PREFIX)/share/locale/nl/LC_MESSAGES
  11. cp nl.mo $(DESTDIR)/$(PREFIX)/share/locale/nl/LC_MESSAGES/httping.mo
  12. mkdir -p $(DESTDIR)/$(PREFIX)/share/locale/ru/LC_MESSAGES