Re-Created branch form 0, to avoid conflicts
This commit is contained in:
committed by
wmayer
parent
6c21b74b4b
commit
d7c5054c14
45
src/Mod/Plot/Makefile.am
Normal file
45
src/Mod/Plot/Makefile.am
Normal file
@@ -0,0 +1,45 @@
|
||||
# Change data dir from default ($(prefix)/share) to actual dir
|
||||
datadir = $(prefix)/Mod/Plot
|
||||
|
||||
data_DATA = \
|
||||
Plot.py \
|
||||
InitGui.py \
|
||||
PlotGui.py
|
||||
|
||||
nobase_data_DATA = \
|
||||
Icons/Axes.svg \
|
||||
Icons/Grid.svg \
|
||||
Icons/Icon.svg \
|
||||
Icons/Labels.svg \
|
||||
Icons/Legend.svg \
|
||||
Icons/Positions.svg \
|
||||
Icons/Save.svg \
|
||||
Icons/Series.svg \
|
||||
plotAxes/__init__.py \
|
||||
plotAxes/TaskPanel.py \
|
||||
plotAxes/TaskPanel.ui \
|
||||
plotLabels/__init__.py \
|
||||
plotLabels/TaskPanel.py \
|
||||
plotLabels/TaskPanel.ui \
|
||||
plotPositions/__init__.py \
|
||||
plotPositions/TaskPanel.py \
|
||||
plotPositions/TaskPanel.ui \
|
||||
plotSave/__init__.py \
|
||||
plotSave/TaskPanel.py \
|
||||
plotSave/TaskPanel.ui \
|
||||
plotSeries/__init__.py \
|
||||
plotSeries/TaskPanel.py \
|
||||
plotSeries/TaskPanel.ui \
|
||||
plotUtils/__init__.py \
|
||||
plotUtils/Paths.py \
|
||||
plotUtils/Translator.py
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(data_DATA) \
|
||||
$(nobase_data_DATA) \
|
||||
CMakeLists.txt \
|
||||
README \
|
||||
plot.dox
|
||||
|
||||
Reference in New Issue
Block a user