Skip to content

Commit

Permalink
Fix make distcheck
Browse files Browse the repository at this point in the history
It's seems this is a bug in intltool that happens since automake 1.15,
that uses a subdir sub inside the buildir during distcheck. I have no
idea how to fix it, so this is a temporary workaround so that I can make
releases until the bug is fixed.

See https://bugs.launchpad.net/intltool/+bug/1117944
  • Loading branch information
Carlos Garcia Campos committed Jul 21, 2015
1 parent 2d255b4 commit f593006
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions po/POTFILES.skip
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,13 @@ backend/pdf/evince-pdfdocument.metainfo.xml.in
backend/ps/evince-psdocument.metainfo.xml.in
backend/tiff/evince-tiffdocument.metainfo.xml.in
backend/xps/evince-xpsdocument.metainfo.xml.in

sub/backend/comics/evince-comicsdocument.metainfo.xml.in
sub/backend/djvu/evince-djvudocument.metainfo.xml.in
sub/backend/dvi/evince-dvidocument.metainfo.xml.in
sub/backend/pdf/evince-pdfdocument.metainfo.xml.in
sub/backend/ps/evince-psdocument.metainfo.xml.in
sub/backend/tiff/evince-tiffdocument.metainfo.xml.in
sub/backend/xps/evince-xpsdocument.metainfo.xml.in
sub/data/evince-previewer.desktop.in
sub/data/evince.desktop.in

0 comments on commit f593006

Please sign in to comment.