Initial version, with less-than-half ready UI

This commit is contained in:
2013-01-12 12:30:00 +01:00
commit b98c2fc756
14 changed files with 3568 additions and 0 deletions

21
Makefile.am Normal file
View File

@@ -0,0 +1,21 @@
## Process this file with automake to produce Makefile.in
## Created by Anjuta
SUBDIRS = src
dnd_charsheetdocdir = ${prefix}/doc/dnd_charsheet
dnd_charsheetdoc_DATA = \
README\
COPYING\
AUTHORS\
ChangeLog\
INSTALL\
NEWS
EXTRA_DIST = $(dnd_charsheetdoc_DATA)
# Remove doc directory on uninstall
uninstall-local:
-rm -r $(dnd_charsheetdocdir)