mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-05 21:07:52 +00:00
0b8f5703bd
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@963 7f574dfc-610e-0410-a909-a81674777703
26 lines
433 B
Makefile
26 lines
433 B
Makefile
SUBDIRS = \
|
|
src \
|
|
doc
|
|
|
|
AUTOMAKE_OPTIONS = \
|
|
1.8 \
|
|
dist-bzip2
|
|
|
|
EXTRA_DIST = \
|
|
autogen.sh \
|
|
configure.ac.in \
|
|
config.rpath \
|
|
extras/nano/README \
|
|
extras/nano/conky.nanorc \
|
|
extras/vim/README \
|
|
extras/vim/ftdetect/conkyrc.vim \
|
|
extras/vim/syntax/conkyrc.vim
|
|
|
|
ACLOCAL_AMFLAGS = \
|
|
-I m4
|
|
|
|
distclean-local:
|
|
/bin/rm -rf *.cache *~
|
|
|
|
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
|