More documentation changes.

Makefile.am: Don't build man pages if not in MAINTAINER mode.
This commit is contained in:
rocky
2003-11-18 03:35:19 +00:00
parent 24b74eb08b
commit f60fd52fa9
5 changed files with 74 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: util.h,v 1.1 2003/04/19 08:29:14 rocky Exp $
$Id: util.h,v 1.2 2003/11/18 03:35:19 rocky Exp $
Copyright (C) 2000 Herbert Valerio Riedel <hvr@gnu.org>
@@ -21,6 +21,12 @@
#ifndef __CDIO_UTIL_H__
#define __CDIO_UTIL_H__
/*!
\file util.h
\brief Miscellaneous utility functions.
Warning: this will probably get removed/replaced by using glib.h
*/
#include <stdlib.h>
#undef MAX