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