Skip to content

Commit

Permalink
1.5.18
Browse files Browse the repository at this point in the history
  • Loading branch information
zdohnal committed Aug 30, 2022
1 parent 31a4c2d commit 895d3de
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ install-exec-local: .stamp-distutils-in-builddir
uninstall-local:
rm -f $(DESTDIR)/$(pythondir)/cupshelpers*.egg-info
rm -rf $(DESTDIR)/$(pythondir)/cupshelpers/__pycache__
rm -rf $(DESTDIR)/$(pythondir)/cupshelpers*.egg
for file in $(EXPORT_MODULES) $(EXPORT_MODULES_GEN); do \
rm -f $(DESTDIR)/$(pythondir)/$$file*; \
done
Expand Down Expand Up @@ -399,5 +400,7 @@ DISTCLEANFILES=*.pyc *.pyo *~ *.bak \
distclean-local:
rm -rf html
rm -rf cupshelpers/__pycache__
rm -rf cupshelpers.egg-info/
rm -rf dist/cupshelpers*.egg

.PHONY: update-po missing-languages run help FORCE
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(system-config-printer, 1.5.17)
AC_INIT(system-config-printer, 1.5.18)
AC_CONFIG_SRCDIR(system-config-printer.py)
AM_INIT_AUTOMAKE([dist-xz dist-bzip2 subdir-objects 1.6])
AM_GNU_GETTEXT_VERSION(0.20)
Expand Down
7 changes: 4 additions & 3 deletions po/LINGUAS
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ar
as
ast
bg
bn
bn_IN
bn
br
bs
ca
Expand All @@ -28,6 +28,7 @@ id
is
it
ja
ka
kn
ko
lt
Expand All @@ -44,15 +45,15 @@ oc
or
pa
pl
pt
pt_BR
pt
ro
ru
si
sk
sl
sr
sr@latin
sr
sv
ta
te
Expand Down

0 comments on commit 895d3de

Please sign in to comment.