diff options
author | Keith Packard <keithp@keithp.com> | 2011-01-18 22:39:07 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-01-18 22:39:07 -0800 |
commit | 72a04d679d06aaad9c2b4297fefd585fc393ce2e (patch) | |
tree | 27cd10fe5b13742325c350010a1d5c7910565013 | |
parent | 5d91c250179f44ca17c26fff36718b7026aa8ee0 (diff) |
fat: Add docs to Linux package
Oops. Missed this one.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | altosui/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am index 52b173e2..79394f6e 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -151,7 +151,7 @@ WINDOWS_DIST=Altos-Windows-$(VERSION_DASH).exe FAT_FILES=$(FATJAR) $(FREETTS_CLASS) $(JFREECHART_CLASS) $(JCOMMON_CLASS) -LINUX_FILES=$(FAT_FILES) libaltos.so $(FIRMWARE) +LINUX_FILES=$(FAT_FILES) libaltos.so $(FIRMWARE) $(DOC) LINUX_EXTRA=altosui-fat MACOSX_FILES=$(FAT_FILES) libaltos.dylib |