Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sun, 27 Apr 2014 16:41:36 UTC Commit: 1794be565cc068a2cfa8b3d4273d246026807154 https://github.com/geany/geany/commit/1794be565cc068a2cfa8b3d4273d2460268071...
Log Message: ----------- Remove unnecessary $(builddir) prefixes
Modified Paths: -------------- doc/Makefile.am
Modified: doc/Makefile.am 6 lines changed, 3 insertions(+), 3 deletions(-) =================================================================== @@ -60,13 +60,13 @@ doxygen_sources = \ $(top_srcdir)/tagmanager/src/tm_work_object.[ch] \ $(top_srcdir)/tagmanager/src/tm_workspace.[ch]
-$(builddir)/Doxyfile.stamp: $(builddir)/Doxyfile $(doxygen_sources) +Doxyfile.stamp: Doxyfile $(doxygen_sources) $(AM_V_GEN)$(DOXYGEN) Doxyfile && echo "" > $@
-all-local: $(builddir)/Doxyfile.stamp +all-local: Doxyfile.stamp
clean-local: - -rm -rf $(builddir)/reference/ $(builddir)/Doxyfile.stamp + -rm -rf reference/ Doxyfile.stamp
endif
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).