blob: b73dbf588f8c96262d90b075fb7312132967cf8f (
plain)
1
2
3
4
5
6
7
8
9
|
## This file is part of dvisvgm
## Copyright (C) 2005-2014 Martin Gieseking <martin.gieseking@uos.de>
##
## Process this file with automake.
AUTOMAKE_OPTIONS = foreign
EXTRA_DIST = COPYING LGPL-2.1.txt
SUBDIRS = src tests doc
|