diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2021-02-16 18:24:46 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2021-02-16 18:24:46 +0100 |
commit | ecaaf250cb33ff61f37a7b441f2337584a655350 (patch) | |
tree | 4303648095deff998ae20c2393b56db527742ac9 /po/Makevars | |
parent | 5793a221e112fa49073de0137d6bfa750a61b0a1 (diff) | |
parent | 351b7328520c16730ceb46e5acae16038c42185e (diff) |
Update upstream source from tag 'upstream/1.0.32'
Update to upstream version '1.0.32'
with Debian dir 2c1111c59d9d68bcbf479a4a4de7697fe2de127f
Diffstat (limited to 'po/Makevars')
-rw-r--r-- | po/Makevars | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars index ebff23f..86f423e 100644 --- a/po/Makevars +++ b/po/Makevars @@ -1,5 +1,6 @@ # Makevars -- snippet for inclusion in po/ -*- Makefile -*- -# Copyright (C) 2016, 2019 Olaf Meeuwissen and the SANE developers +# Copyright (C) 2016, 2019, 2020 Olaf Meeuwissen +# and the SANE developers # # This file is part of the SANE build infra-structure. See the # included LICENSE file for license information. @@ -47,3 +48,8 @@ width_options = --width=75 # Locale categories, in addition to LC_MESSAGES, for which message # catalogs are to be used. EXTRA_LOCALE_CATEGORIES = + +# Selected files in POTFILES.in are generated. Make sure they are +# available when needed. +$(top_srcdir)/backend/pixma/pixma_sane_options.c: + cd ../backend; make pixma/pixma_sane_options.c |