docs-common Makefile.common,1.70,1.71

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Fri Feb 24 02:27:04 UTC 2006


Author: pfrields

Update of /cvs/docs/docs-common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18304

Modified Files:
	Makefile.common 
Log Message:
Need XML files for src-tarball



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- Makefile.common	24 Feb 2006 01:07:20 -0000	1.70
+++ Makefile.common	24 Feb 2006 02:26:55 -0000	1.71
@@ -673,7 +673,7 @@
 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 @@
 		-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)




More information about the Fedora-docs-commits mailing list