]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - tools/power/cpupower/Makefile
Merge branches 'acpi-tools' and 'pm-tools'
[karo-tx-linux.git] / tools / power / cpupower / Makefile
index 3651db7eda238a91de7c9c6a804516526563c0c4..2e2ba2efa0d9f97629ec5af9fb1136b3dee8962d 100644 (file)
@@ -274,6 +274,8 @@ install-man:
        $(INSTALL_DATA) -D man/cpupower.1 $(DESTDIR)${mandir}/man1/cpupower.1
        $(INSTALL_DATA) -D man/cpupower-frequency-set.1 $(DESTDIR)${mandir}/man1/cpupower-frequency-set.1
        $(INSTALL_DATA) -D man/cpupower-frequency-info.1 $(DESTDIR)${mandir}/man1/cpupower-frequency-info.1
+       $(INSTALL_DATA) -D man/cpupower-idle-set.1 $(DESTDIR)${mandir}/man1/cpupower-idle-set.1
+       $(INSTALL_DATA) -D man/cpupower-idle-info.1 $(DESTDIR)${mandir}/man1/cpupower-idle-info.1
        $(INSTALL_DATA) -D man/cpupower-set.1 $(DESTDIR)${mandir}/man1/cpupower-set.1
        $(INSTALL_DATA) -D man/cpupower-info.1 $(DESTDIR)${mandir}/man1/cpupower-info.1
        $(INSTALL_DATA) -D man/cpupower-monitor.1 $(DESTDIR)${mandir}/man1/cpupower-monitor.1
@@ -295,8 +297,12 @@ uninstall:
        - rm -f $(DESTDIR)${libdir}/libcpupower.*
        - rm -f $(DESTDIR)${includedir}/cpufreq.h
        - rm -f $(DESTDIR)${bindir}/utils/cpupower
-       - rm -f $(DESTDIR)${mandir}/man1/cpufreq-set.1
-       - rm -f $(DESTDIR)${mandir}/man1/cpufreq-info.1
+       - rm -f $(DESTDIR)${mandir}/man1/cpupower.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 \
                rm -f $(DESTDIR)${localedir}/$$HLANG/LC_MESSAGES/cpupower.mo; \
          done;