cpupower: Remove all manpages on make uninstall
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com> Signed-off-by: Thomas Renninger <trenn@suse.de> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
committed by
Rafael J. Wysocki
parent
db262ea415
commit
706f4c1100
@@ -295,8 +295,12 @@ uninstall:
|
|||||||
- rm -f $(DESTDIR)${libdir}/libcpupower.*
|
- rm -f $(DESTDIR)${libdir}/libcpupower.*
|
||||||
- rm -f $(DESTDIR)${includedir}/cpufreq.h
|
- rm -f $(DESTDIR)${includedir}/cpufreq.h
|
||||||
- rm -f $(DESTDIR)${bindir}/utils/cpupower
|
- rm -f $(DESTDIR)${bindir}/utils/cpupower
|
||||||
- rm -f $(DESTDIR)${mandir}/man1/cpufreq-set.1
|
- rm -f $(DESTDIR)${mandir}/man1/cpupower.1
|
||||||
- rm -f $(DESTDIR)${mandir}/man1/cpufreq-info.1
|
- rm -f $(DESTDIR)${mandir}/man1/cpupower-frequency-set.1
|
||||||
|
- rm -f $(DESTDIR)${mandir}/man1/cpupower-frequency-info.1
|
||||||
|
- rm -f $(DESTDIR)${mandir}/man1/cpupower-set.1
|
||||||
|
- rm -f $(DESTDIR)${mandir}/man1/cpupower-info.1
|
||||||
|
- rm -f $(DESTDIR)${mandir}/man1/cpupower-monitor.1
|
||||||
- for HLANG in $(LANGUAGES); do \
|
- for HLANG in $(LANGUAGES); do \
|
||||||
rm -f $(DESTDIR)${localedir}/$$HLANG/LC_MESSAGES/cpupower.mo; \
|
rm -f $(DESTDIR)${localedir}/$$HLANG/LC_MESSAGES/cpupower.mo; \
|
||||||
done;
|
done;
|
||||||
|
Reference in New Issue
Block a user