ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Revision Graph
|
Root Listing
root
/
i-scream
/
projects
/
libstatgrab
/
docs
/
saidar
/
Makefile.am
Revision:
1.3
Committed:
Sat May 24 22:30:31 2008 UTC
(16 years, 11 months ago) by
ats
Branch:
MAIN
CVS Tags:
LIBSTATGRAB_0_17, HEAD
Changes since
1.2
:
+2 -2 lines
Log Message:
Avoid a GNU-make-ism in the docs.
File Contents
#
Content
1
# Makefile for libstatgrab/docs/saidar
2
#
http://www.i-scream.org/libstatgrab/
3
# $Id: Makefile.am,v 1.2 2005/11/11 23:37:17 tdb Exp $
4
5
if MANPAGES
6
if SAIDAR
7
man_MANS
=
saidar.1
8
endif
9
endif
10
11
EXTRA_DIST
=
$(
man_MANS
)
12
13
.xml.1
:
14
docbook2man
-N
--symlinks
$<
15