blob: 62cf7699878db0377c14439e714c60b94b951303 (
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 = potracelib src tests doc
|