diff options
| author | Martin Owens <doctormo@gmail.com> | 2013-04-19 22:09:40 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2013-04-19 22:09:40 +0000 |
| commit | 8d89a8f8a22b55fe5af3b5abc56293f9a775c222 (patch) | |
| tree | 82ce40a37ff40dd0317809c2d6dd3db15c4edfcb /share/symbols | |
| parent | Cleaned up flow symbols file (diff) | |
| parent | Install the new Flow symbols (diff) | |
| download | inkscape-8d89a8f8a22b55fe5af3b5abc56293f9a775c222.tar.gz inkscape-8d89a8f8a22b55fe5af3b5abc56293f9a775c222.zip | |
Use wildcard blob for symbols Makefile.am
(bzr r12285)
Diffstat (limited to 'share/symbols')
| -rw-r--r-- | share/symbols/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/share/symbols/Makefile.am b/share/symbols/Makefile.am index 97ed43e1a..357c73ca5 100644 --- a/share/symbols/Makefile.am +++ b/share/symbols/Makefile.am @@ -1,9 +1,5 @@ symbolsdir = $(datadir)/inkscape/symbols -symbols_DATA = \ - AigaSymbols.svg \ - LogicSymbols.svg - -EXTRA_DIST = $(symbols_DATA) +EXTRA_DIST = $(wildcard *.svg) |
