2873c2ee5e
git-svn-id: http://tint2.googlecode.com/svn/trunk@91 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
10 lines
191 B
Makefile
10 lines
191 B
Makefile
man1_MANS = $(PACKAGE_NAME).1
|
|
|
|
if INSTALL_DOC
|
|
pdf_DATA = tint2-0.7.odt tint2-0.7.pdf
|
|
else
|
|
pdf_DATA =
|
|
endif
|
|
|
|
EXTRA_DIST = $(man1_MANS) tint2-0.7.odt tint2-0.7.pdf
|
|
DISTCLEANFILES = Makefile.in
|