diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
commit | 8362bf63dea22bbf6736609b0f49c152f975eb63 (patch) | |
tree | 0eea3928e39e50fae91d4e68b21b1e6cbae25604 /kivio/kiviopart/stencils/Dia/Civil/Makefile.am | |
download | koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.tar.gz koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.zip |
Added old abandoned KDE3 version of koffice
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kivio/kiviopart/stencils/Dia/Civil/Makefile.am')
-rw-r--r-- | kivio/kiviopart/stencils/Dia/Civil/Makefile.am | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Dia/Civil/Makefile.am b/kivio/kiviopart/stencils/Dia/Civil/Makefile.am new file mode 100644 index 00000000..e0bf8915 --- /dev/null +++ b/kivio/kiviopart/stencils/Dia/Civil/Makefile.am @@ -0,0 +1,61 @@ +civildir = $(kde_datadir)/kivio/stencils/Dia/Civil + +SHAPES = \ + bvrest.shape \ + bvrest.xpm \ + civil_aerator.shape \ + civil_aerator.xpm \ + civil_arrow_right.shape \ + civil_arrow_right.xpm \ + civil_arrow_up.shape \ + civil_arrow_up.xpm \ + civil_backflow_preventer.shape \ + civil_backflow_preventer.xpm \ + civil_basin.shape \ + civil_basin.xpm \ + civil_container.shape \ + civil_container.xpm \ + civil_final-settling_basin.shape \ + civil_final-settling_basin.xpm \ + civil_frequency_converter.shape \ + civil_frequency_converter.xpm \ + civil_gas_bottle.xpm \ + civil_gas_bottle.shape \ + civil_horizontal_limiting_line.shape \ + civil_horizontal_limiting_line.xpm \ + civil_horizontal_valve.shape \ + civil_horizontal_valve.xpm \ + civil_motor.shape \ + civil_motor.xpm \ + civil_preliminary_clarification_tank.shape \ + civil_preliminary_clarification_tank.xpm \ + civil_rotor.shape \ + civil_rotor.xpm \ + civil_soil.shape \ + civil_soil.xpm \ + civil_vertical_limiting_line.shape \ + civil_vertical_limiting_line.xpm \ + civil_vertical_propeller.shape \ + civil_vertical_propeller.xpm \ + hcompressor.shape \ + hcompressor.xpm \ + vcompressor.shape \ + vcompressor.xpm \ + hpump.shape \ + hpump.xpm \ + vpump.shape \ + vpump.xpm \ + hrest.shape \ + hrest.xpm \ + vrest.shape \ + vrest.xpm \ + line.shape \ + line.xpm \ + water_level.shape \ + water_level.xpm + +EXTRA_DIST = $(SHAPES)\ + desc icon.xpm + +civil_DATA = $(SHAPES)\ + desc icon.xpm |