/usr/share/dia/shapes/Circuit2/Makefile.am is in dia-shapes 0.6.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | SHEET = Circuit2
shapedir = $(datadir)/dia/shapes
Circuit2dir = $(shapedir)/Circuit2
SHAPES = \
dcapacitor.png \
dcapacitor.shape \
ddiode.png \
ddiode.shape \
dinductor_de.png \
dinductor_de.shape \
dinductor.png \
dinductor.shape \
dled_de.png \
dled_de.shape \
dpcapacitor.png \
dpcapacitor.shape \
dresistor_de.png \
dresistor_de.shape \
dresistor.png \
dresistor.shape \
dzener.png \
dzener.shape \
hammeter.png \
hammeter.shape \
hpcapacitor.png \
hpcapacitor.shape \
hvoltmeter.png \
hvoltmeter.shape \
Makefile.am \
newhled.png \
newhled.shape \
newvled.png \
newvled.shape \
opto.png \
opto.shape \
ramp.png \
ramp.shape \
relay.png \
relay.shape \
sine.png \
sine.shape \
square.png \
square.shape \
triac.png \
triac.shape \
triangle.png \
triangle.shape \
vammeter.png \
vammeter.shape \
vpcapacitor.png \
vpcapacitor.shape \
vvoltmeter.png \
vvoltmeter.shape
EXTRA_DIST = $(SHAPES)
Circuit2_DATA = $(SHAPES)
Circuit2-zip: $(SHAPES) ../../sheets/Circuit2.sheet
-(cd ../.. && \
mkdir -p website/Circuit2/images && \
zip website/Circuit2/Circuit2.zip COPYING sheets/Circuit2.sheet \
shapes/Circuit2/*.png shapes/Circuit2/*.shape && \
cp shapes/Circuit2/*.png website/Circuit2/images )
all: Circuit2-zip
clean-local:
-rm ../../website/$(SHEET)/$(SHEET).zip
|