7 lines
148 B
Makefile
7 lines
148 B
Makefile
|
# Makefile for source rpm: docbook-utils
|
||
|
# $Id$
|
||
|
NAME := docbook-utils
|
||
|
SPECFILE = $(firstword $(wildcard *.spec))
|
||
|
|
||
|
include ../common/Makefile.common
|