Skip to content
Snippets Groups Projects
Commit 6482c2d0 authored by Martin Nolte's avatar Martin Nolte
Browse files

Fix tabbing in a Makefile - great testing ;-)

[[Imported from SVN: r5777]]
parent 2787ea37
No related branches found
No related tags found
No related merge requests found
......@@ -629,7 +629,7 @@ CLEANFILES = \$(PAGES)
if ! BUILD_DOCS
# add tag to notify that dist has been build without documentation
dist-hook:
echo "# No documentation included in distribution! " > \$(distdir)/\$(DOCUMENTATION_TAG_FILE)
echo "# No documentation included in distribution! " > \$(distdir)/\$(DOCUMENTATION_TAG_FILE)
endif
include \$(top_srcdir)/am/global-rules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment