Compare commits
13 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ed16ef6428 | ||
|
|
0db8a2a6b7 | ||
| f1a842fe13 | |||
| f47dee97ed | |||
| 36956feae3 | |||
| 35143c712e | |||
| d77c2d6969 | |||
| a3e7bfc879 | |||
| 5ad3658ae9 | |||
| 50a08541e3 | |||
| 7d12ac5359 | |||
| 52e2780284 | |||
| 695673c9e3 |
5 changed files with 8 additions and 21 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
xmoto-edit-0.2.4.tar.gz
|
||||
xmoto-edit.6.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xmoto-edit
|
||||
# $Id$
|
||||
NAME := xmoto-edit
|
||||
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)
|
||||
6
dead.package
Normal file
6
dead.package
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Deprecated by upstream.
|
||||
Replaced by inksmoto, an Inkscape plugin currently available in Fedora.
|
||||
|
||||
-Jon Ciesla
|
||||
6/10/2008
|
||||
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue