Skip to content
Snippets Groups Projects
Commit 05741be6 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Merge branch 'release'

parents e061dd4b 1c9753a7
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ SUFFIXES=.po .mo
.po.mo:
$(MSGFMT) -o $@ $<
install-data-local:
install-data-local: $(MOFILES)
@catalogs='$(MOFILES)'; \
for i in $$catalogs; do \
destdir=$(locale_installdir); \
......@@ -58,4 +58,4 @@ uninstall-local:
done
clean-local:
rm -rf *.mo
rm -f $(MOFILES)
......@@ -94,7 +94,6 @@ AC_SUBST(PKGADD_VENDOR)
dnl Check for programs
AC_PROG_CC
SFL_CXX_WITH_DEBUG
AC_PROG_CXX
AC_PROG_CPP
AC_PROG_INSTALL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment