diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-07-31 12:21:08 -0700 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2012-07-31 12:22:13 -0700 |
commit | 6bb8ba3e154c177f0658f00f62b3fdac34386710 (patch) | |
tree | f8ca508da2ac8b904ce403462aeb6a8c47c9071d /Makefile.am | |
parent | 80d7f1b7c216e9e2c9460525420267bb33e364ec (diff) |
Add the coding standards source to the archive
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8ea4752a..44e707ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -123,7 +123,8 @@ EXTRA_DIST += doc/twin-calculator.pdf doc/examples/lcls-dec.geom \ doc/examples/lcls-dec.beam doc/examples/lcls-june.beam \ doc/examples/lcls-xpp-estimate.beam \ doc/examples/cspad-feb2011.geom \ - doc/examples/lcls-cxi-9keV.beam + doc/examples/lcls-cxi-9keV.beam \ + doc/reference/xml/coding-standards.xml scriptdir = $(docdir)/scripts script_DATA = scripts/check-near-bragg scripts/random-image \ |