Initial version, with less-than-half ready UI
This commit is contained in:
21
Makefile.am
Normal file
21
Makefile.am
Normal 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)
|
Reference in New Issue
Block a user