]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add missing -I for Documentation/contributor. Fixes stray ./*.info generation.
authorJan Nieuwenhuizen <janneke@gnu.org>
Wed, 11 Nov 2009 10:12:10 +0000 (11:12 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Wed, 11 Nov 2009 10:12:10 +0000 (11:12 +0100)
Ie, the annoying M-x git-status pollution of

     Unknown      Documentation/topdocs/AUTHORS.info
     Unknown      Documentation/topdocs/INSTALL.info
     Unknown      Documentation/topdocs/README.info
     Unknown      Documentation/topdocs/lilypond-changes.info

stepmake/stepmake/topdocs-vars.make

index fa86269504abbc9448d5ee46479cfce85a45ce31..f2fc5610ed65d60dd327593b34a07bc2bce5da4b 100644 (file)
@@ -1,4 +1,7 @@
 TO_TOP_FILES=$(addprefix $(outdir)/, $(addsuffix .txt, $(README_TOP_FILES)))
 
-DOCUMENTATION_INCLUDES += -I $(top-src-dir)/Documentation/usage \
- $(top-src-dir)/Documentation/contributor
+DOCUMENTATION_INCLUDES +=\
+ -I $(top-src-dir)/Documentation/usage\
+ -I $(top-src-dir)/Documentation/contributor\
+
+#