The branch, master has been updated via eeeb64ec0357edbb0393e796bd6ec5e7c87ff2be (commit) from aab8c693ff951bb28fb07bf1e8ffa86fdb43da68 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit eeeb64ec0357edbb0393e796bd6ec5e7c87ff2be Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Jul 26 14:46:50 2011 +0200 Improve cleanup in Makefile. ----------------------------------------------------------------------- Summary of changes: Makefile | 11 ++++++++++- debian/rules | 1 - 2 files changed, 10 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/Makefile b/Makefile index cf1f9cc..b4a5c6d 100755 --- a/Makefile +++ b/Makefile @@ -35,7 +35,13 @@ build_plugin: mkdir -p $(PLUGIN_DIR) && cd $(PLUGIN_DIR) && X2GO_CLIENT_TARGET=plugin qmake-qt4 ../x2goclient.pro cd $(PLUGIN_DIR) && $(MAKE) -clean: clean_client clean_plugin +clean: clean_client clean_plugin clean_man + find . -type f -name '*.o' -exec rm -vf {} + + find . -type f -name 'moc_*.cpp' -exec rm -vf {} + + find . -type f -name 'ui_*.h' -exec rm -vf {} + + find . -type f -name 'qrc_*.cpp' -exec rm -vf {} + + rm -f x2goclient + rm -f x2goclient.tag clean_client: rm -fr $(CLIENT_DIR) @@ -43,6 +49,9 @@ clean_client: clean_plugin: rm -fr $(PLUGIN_DIR) +clean_man: + rm -Rfv .build_man2html + install: install_client install_plugin install_man install_client: diff --git a/debian/rules b/debian/rules index 63797ec..9605613 100755 --- a/debian/rules +++ b/debian/rules @@ -17,5 +17,4 @@ override_dh_auto_install: override_dh_auto_clean: rm -Rfv .build_doxygen - rm -Rfv .build_man2html dh_auto_clean \ No newline at end of file hooks/post-receive -- x2goclient.git (X2go Client) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goclient.git" (X2go Client).