diff options
author | smccroskey <smccroskey@cumulusnetworks.com> | 2017-08-08 20:24:05 +0200 |
---|---|---|
committer | Martin Winter <mwinter@opensourcerouting.org> | 2017-11-18 02:55:32 +0100 |
commit | 77c9fc423923e25a65796d0e49a040456e8e4a7b (patch) | |
tree | f300e09fc2d57ed6f0d2c2153bf2843305bb30bb /debianpkg | |
parent | frr.service: remove explicit dependency on socket-based syslog.target (diff) | |
download | frr-77c9fc423923e25a65796d0e49a040456e8e4a7b.tar.xz frr-77c9fc423923e25a65796d0e49a040456e8e4a7b.zip |
debianpkg/Makefile.am: remove po/ directory
Directory was removed by 1e6df754913b4218ec809742fe0fff4eb8461035 but
missed removing it from the Makefile.am.
Signed-off-by: Silas McCroskey <smccroskey@cumulusnetworks.com>
Diffstat (limited to 'debianpkg')
-rw-r--r-- | debianpkg/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debianpkg/Makefile.am b/debianpkg/Makefile.am index 686c60077..0a67d24d0 100644 --- a/debianpkg/Makefile.am +++ b/debianpkg/Makefile.am @@ -26,9 +26,6 @@ EXTRA_DIST = README.Debian README.Maintainer \ backports/ubuntu16.04/debian/source/format \ backports/ubuntu16.04/exclude \ backports/ubuntu16.04/versionext \ - po/POTFILES.in po/cs.po po/da.po po/de.po po/es.po po/fr.po \ - po/it.po po/ja.po po/nl.po po/pt.po po/pt_BR.po po/ru.po \ - po/sv.po po/templates.pot \ frr-doc.docs frr-doc.info frr-doc.install \ frr-doc.lintian-overrides frr.conf frr.config \ frr.dirs frr.docs frr.install \ |