blob: a3462b39cdbf4a6de6636f93c8befc78e208be6a (
plain)
1
2
3
4
5
6
7
8
9
|
## This file is part of dvisvgm
## Copyright (C) 2005-2013 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
|