1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-02-02 20:18:30 +00:00

use CLEANFILES instead of defining a custom clean target

This commit is contained in:
Phil Sutter 2009-09-05 03:34:33 +02:00
parent 56142a7cd4
commit 9619109bfc

View File

@ -4,12 +4,7 @@ if HAVE_DOCSTUFF
DOCS = conky.1 docs.html variables.html config_settings.html lua.html
clean-am: clean-generic mostlyclean-am
rm -f docs.mxml
rm -f conky.1
rm -f variables.html
rm -f config_settings.html
rm -f lua.html
CLEANFILES = docs.mxml conky.1 variable.html config_settings.html lua.html
conky.1: command_options.xml config_settings.xml docs.xml variables.xml lua.xml
${db2x_xsltproc_cmd} -s man ${srcdir}/docs.xml -o docs.mxml