Compare commits

...
Sign in to create a new pull request.

10 commits

Author SHA1 Message Date
Jindrich Novy
c7f16413b6 obsoleted by texlive-xetex 2012-10-18 15:45:24 +02:00
Dennis Gilmore
dce48899aa - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 23:51:26 -05:00
Dennis Gilmore
2d799a1b8c - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 02:44:22 -06:00
Adam Jackson
5e78b3b154 Rebuild for new libpng 2011-12-06 01:34:38 -05:00
Dennis Gilmore
530e3aebdd - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 22:00:59 -06:00
Fedora Release Engineering
1c4daa3434 dist-git conversion 2010-07-29 15:38:41 +00:00
Bill Nottingham
3d2cc4ec2f Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:40:55 +00:00
Jesse Keating
824f62780b - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 07:45:37 +00:00
Jesse Keating
1cbafb6b46 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 08:24:07 +00:00
Neal Becker
cac7806182 Initial import 2008-03-07 02:25:13 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xdvipdfmx
# $Id$
NAME := xdvipdfmx
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

1
dead.package Normal file
View file

@ -0,0 +1 @@
obsoleted by texlive-xetex

View file