Remove compile_plugin_docs.py copy from Makefile
The script was moved to docs/manual, causing the Makefile target release-cp to fail due to the file missing.
This commit is contained in:
parent
71854de549
commit
3bdab4ee04
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -75,7 +75,7 @@ release-cp: release-dir
|
|||
tuned-adm.bash dbus.conf recommend.conf tuned-main.conf 00_tuned \
|
||||
92-tuned.install bootcmdline modules.conf com.redhat.tuned.policy \
|
||||
tuned-gui.py tuned-gui.glade tuned-ppd.py \
|
||||
tuned-gui.desktop functions compile_plugin_docs.py $(VERSIONED_NAME)
|
||||
tuned-gui.desktop functions $(VERSIONED_NAME)
|
||||
cp -a doc experiments libexec man profiles systemtap tuned contrib icons \
|
||||
tests $(VERSIONED_NAME)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue