Blame doc/Makefile.am

Packit 022b05
#
Packit 022b05
# Makefile.am --
Packit 022b05
#
Packit 022b05
#      Template to generate the doc Makefile.in using automake.
Packit 022b05
#
Packit 022b05
# Copyright (c) 1999 Frank Strauss, Technical University of Braunschweig.
Packit 022b05
#
Packit 022b05
# See the file "COPYING" for information on usage and redistribution
Packit 022b05
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
Packit 022b05
#
Packit 022b05
# @(#) $Id: Makefile.am 1509 2002-12-22 16:23:04Z strauss $
Packit 022b05
#
Packit 022b05
Packit 022b05
EXTRA_DIST		= draft-irtf-nmrg-sming-02.txt \
Packit 022b05
			  draft-irtf-nmrg-smi-xml-00.txt smi.dtd \
Packit 022b05
			  draft-irtf-nmrg-smi-xml-01.txt smi.xsd \
Packit 022b05
			  ibrpib-assignments.txt smi.dia
Packit 022b05