mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-24 05:15:47 +03:00
22 lines
328 B
Makefile
22 lines
328 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
## Created by Anjuta
|
|
|
|
SUBDIRS = src man
|
|
|
|
glancesdocdir = ${prefix}/doc/glances
|
|
glancesdoc_DATA = \
|
|
README\
|
|
COPYING\
|
|
AUTHORS\
|
|
ChangeLog\
|
|
INSTALL\
|
|
NEWS
|
|
|
|
|
|
EXTRA_DIST = $(glancesdoc_DATA)
|
|
|
|
|
|
# Remove doc directory on uninstall
|
|
uninstall-local:
|
|
-rm -r $(glancesdocdir)
|