pidgin/pidgin

Remove the oscar protocol plugin from po/POTFILES.in
release-2.x.y v2.14.3
2021-04-08, Gary Kramlich
723c284ecfa1
Remove the oscar protocol plugin from po/POTFILES.in

Testing Done:
Ran `make dist` successfully.

Reviewed at https://reviews.imfreedom.org/r/601/
FROM pidgin/release-builder:release-2.x.y AS build
COPY . /pidgin
RUN set -ex && \
cd /pidgin && \
./autogen.sh --enable-debug && \
make -s -j$(nproc) docs
FROM rwgrim/goserve
EXPOSE 3000
COPY --from=build /pidgin/doc/html html