Branch: refs/heads/master Author: Matthew Brush matt@geany.org Committer: Matthew Brush matt@geany.org Date: Sun, 27 Apr 2014 10:06:07 UTC Commit: 206cc158a87d83a4dcb60575aac57f43d880d5c7 https://github.com/geany/geany/commit/206cc158a87d83a4dcb60575aac57f43d880d5...
Log Message: ----------- Remove some redundant path info from `doc/Makefile.am`
Modified Paths: -------------- doc/Makefile.am
Modified: doc/Makefile.am 9 lines changed, 3 insertions(+), 6 deletions(-) =================================================================== @@ -55,12 +55,9 @@ doxygen_sources = \ $(top_srcdir)/src/*.[ch] \ $(top_srcdir)/plugins/geanyplugin.h \ $(top_srcdir)/plugins/geanyfunctions.h \ - $(top_srcdir)/tagmanager/src/tm_source_file.c \ - $(top_srcdir)/tagmanager/src/tm_source_file.h \ - $(top_srcdir)/tagmanager/src/tm_work_object.c \ - $(top_srcdir)/tagmanager/src/tm_work_object.h \ - $(top_srcdir)/tagmanager/src/tm_workspace.c \ - $(top_srcdir)/tagmanager/src/tm_workspace.h + $(top_srcdir)/tagmanager/src/tm_source_file.[ch] \ + $(top_srcdir)/tagmanager/src/tm_work_object.[ch] \ + $(top_srcdir)/tagmanager/src/tm_workspace.[ch]
$(builddir)/Doxyfile.stamp: $(builddir)/Doxyfile $(doxygen_sources) $(AM_V_GEN)$(DOXYGEN) $< && echo "" > $@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).