docs: remove a stray @ in makefile
authorStefan Sauer <ensonic@users.sf.net>
Tue, 6 Sep 2011 19:23:26 +0000 (21:23 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Tue, 6 Sep 2011 19:23:26 +0000 (21:23 +0200)
gtk-doc-plugins.mak

index 5a8eb94..8cc42e7 100644 (file)
@@ -155,7 +155,7 @@ scan-build.stamp: $(HFILE_GLOB) $(EXTRA_HFILES) $(basefiles) scanobj-build.stamp
        for i in $(DOC_SOURCE_DIR) ; do                                 \
            _source_dir="$${_source_dir} --source-dir=$$i" ;            \
        done ;                                                          \
-       @gtkdoc-scan                                                    \
+       gtkdoc-scan                                                     \
            $(SCAN_OPTIONS) $(EXTRA_HFILES)                             \
            --module=$(DOC_MODULE)                                      \
            $${_source_dir}                                             \