diff options
| author | Linus Nordberg <linus@nordu.net> | 2011-09-28 14:34:48 +0200 |
|---|---|---|
| committer | Linus Nordberg <linus@nordu.net> | 2011-09-28 14:34:48 +0200 |
| commit | f750bcb35b397cf57b5a7ab5aa06023088ff827a (patch) | |
| tree | 718defa0cd0cb4f9f547f1ec87578837bcb5f9ef | |
| parent | fa0bb1335e43d83e08d208475d00fb2dd96d8b71 (diff) | |
Reorganise EXTRA_DIST.
| -rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2067c5d..fa2ae4c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,8 +46,9 @@ catgconf_LDFLAGS = @TARGET_LDFLAGS@ dist_man_MANS = radsecproxy.1 $(GENMANPAGES) EXTRA_DIST = \ - LICENSE THANKS radsecproxy.conf-example radsecproxy.conf.5.xml \ - tools/naptr-eduroam.sh tools/radsec-dynsrv.sh tools/README + LICENSE THANKS \ + radsecproxy.conf.5.xml radsecproxy.conf-example \ + tools/README tools/naptr-eduroam.sh tools/radsec-dynsrv.sh if HAVE_DOCBOOK2X_MAN GENMANPAGES = radsecproxy.conf.5 |
