diff --git a/Makefile.am b/Makefile.am index daa1b5bd6..1def6e0a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -316,7 +316,7 @@ ChangeLog: configure.ac docs/C_SOURCE_FILES: configure.ac rm -f $@ $@-t find $(DIST_SUBDIRS) -name '*.[ch]' | \ - grep -v -E '^(builder/index-parse\.|builder/index-scan\.|common/mllibvirt/libvirt_c\.c|examples/|gnulib/|gobject/|java/com_redhat_et_libguestfs|perl/|php/extension/config\.h|ruby/ext/guestfs/extconf\.h|tests/|test-data/|bundled/)' | \ + grep -v -E '^(builder/index-parse\.|builder/index-scan\.|examples/|gnulib/|gobject/|java/com_redhat_et_libguestfs|perl/|php/extension/config\.h|ruby/ext/guestfs/extconf\.h|tests/|test-data/|bundled/)' | \ grep -v -E '/(guestfs|rc)_protocol\.' | \ grep -v -E '.*/errnostring\.' | \ grep -v -E '.*-gperf\.' | \ @@ -332,7 +332,6 @@ po/POTFILES: configure.ac grep -v -E '/((guestfs|rc)_protocol\.c)$$' | \ grep -v -E '^python/utils\.c$$' | \ grep -v -E '^perl/lib/Sys/Guestfs\.c$$' | \ - grep -v -E '^common/mllibvirt/libvirt_c\.c$$' | \ LC_ALL=C sort -u > $@-t mv $@-t $@ diff --git a/docs/C_SOURCE_FILES b/docs/C_SOURCE_FILES index 4f2f0d14b..c2d1c3465 100644 --- a/docs/C_SOURCE_FILES +++ b/docs/C_SOURCE_FILES @@ -12,12 +12,8 @@ cat/ls.c cat/tail.c common/edit/file-edit.c common/edit/file-edit.h -common/mlaugeas/augeas-c.c common/mlcustomize/dummy.c common/mlgettext/dummy.c -common/mllibvirt/libvirt_c_epilogue.c -common/mllibvirt/libvirt_c_oneoffs.c -common/mllibvirt/libvirt_c_prologue.c common/mlpcre/dummy.c common/mlpcre/pcre-c.c common/mlprogress/progress-c.c diff --git a/po/POTFILES b/po/POTFILES index 4b3b68ac4..64eb3f9ce 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -14,13 +14,8 @@ cat/tail.c common/edit/file-edit.c common/errnostring/errnostring-gperf.c common/errnostring/errnostring.c -common/mlaugeas/augeas-c.c common/mlcustomize/dummy.c common/mlgettext/dummy.c -common/mllibvirt/generator.pl -common/mllibvirt/libvirt_c_epilogue.c -common/mllibvirt/libvirt_c_oneoffs.c -common/mllibvirt/libvirt_c_prologue.c common/mlpcre/dummy.c common/mlpcre/pcre-c.c common/mlprogress/progress-c.c diff --git a/po/POTFILES-ml b/po/POTFILES-ml index d43e3cb9d..96de6837b 100644 --- a/po/POTFILES-ml +++ b/po/POTFILES-ml @@ -18,12 +18,10 @@ builder/sigchecker.ml builder/simplestreams_parser.ml builder/sources.ml builder/utils.ml -common/mlaugeas/augeas.ml common/mlcustomize/SELinux_relabel.ml common/mlcustomize/customize_cmdline.ml common/mlcustomize/firstboot.ml common/mlgettext/common_gettext.ml -common/mllibvirt/libvirt.ml common/mlpcre/PCRE.ml common/mlpcre/pcre_tests.ml common/mlprogress/progress.ml