summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 7ece8bc..c52446a 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -673,7 +673,7 @@ omf:: $(foreach LANG,${LANGUAGES},omf-$(LANG)) fedora-doc-${DOCBASE}-C.omf
targets::
@printf ${TFMT} 'src-tarball' 'Builds tar(1) archive of sources & desktop files'
-src-tarball $(DOCBASE)-$(VERSION).src.tar.gz::
+src-tarball $(DOCBASE)-$(VERSION).src.tar.gz:: xml-all
${MAKE} fdp-info
${MAKE} gnome.desktop
${MAKE} kde.desktop
@@ -690,6 +690,7 @@ src-tarball $(DOCBASE)-$(VERSION).src.tar.gz::
-o -name '*.tar.gz' \
-o -name '*.tmp' \
-o -name '${DOCBASE}-${VERSION}' \
+ -o -name '*.mo' \
')' -prune -o -print | cpio -pamdv $(DOCBASE)-$(VERSION)
tar -zcvf $(DOCBASE)-$(VERSION).src.tar.gz $(DOCBASE)-$(VERSION)/
${RM} -r $(DOCBASE)-$(VERSION)