* `dist_` expresses the clear intent for files to be distributed along in the tarball:
https://www.gnu.org/software/automake/manual/html_node/Program-and-Library-Variables.html
## Process this file with automake to produce Makefile.in
htmldir = $(pkgdatadir)/doc/html/info
-
-html_DATA = attrs.html colors.html command.html \
+dist_html_DATA = attrs.html colors.html command.html \
index.html lang.html output.html shapes.html arrows.html
-
-EXTRA_DIST = $(html_DATA)
## Process this file with automake to produce Makefile.in
schemadir = $(pkgdatadir)/doc/html/schema
-
-schema_DATA = arguments.xml attributes.xml attributes.xslt
-
-EXTRA_DIST = $(schema_DATA)
+dist_schema_DATA = arguments.xml attributes.xml attributes.xslt
demodir = $(datadir)/$(PACKAGE)/demo
if WITH_TCL
-demo_SCRIPTS = entities.tcl
-demo_DATA = entities.tcl.README entities.html
+dist_demo_SCRIPTS = entities.tcl
+dist_demo_DATA = entities.tcl.README entities.html
endif
-
-EXTRA_DIST = entities.tcl entities.tcl.README entities.html
## Process this file with automake to produce Makefile.in
-EXAMPLES = boxes.dat dpd.dat funny.dat maze.dat nested.dat northo.dat \
- obs.dat other.dat paths.dat rotor.dat u.dat unknown.dat
-
pathplanexampledir = $(datadir)/$(PACKAGE)/demo/pathplan_data
if WITH_TCL
-pathplanexample_DATA = $(EXAMPLES)
+dist_pathplanexample_DATA = boxes.dat dpd.dat funny.dat maze.dat nested.dat northo.dat \
+ obs.dat other.dat paths.dat rotor.dat u.dat unknown.dat
endif
-
-EXTRA_DIST = $(EXAMPLES)