Rename 'maint/' -> 'maintainer/', for Git's sake
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 10 Jan 2013 22:40:26 +0000 (23:40 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 10 Jan 2013 22:40:26 +0000 (23:40 +0100)
Otherwise, Git gets confused by the fact that a directory ('maint')
is named like a branch, and forces me to tweak the command line to
resolve the ambiguity for it.

* maint/: Rename ...
* maintainer/: ... like this.
* Makefile.am, GNUmakefile: Adjust.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
GNUmakefile
Makefile.am
maintainer/am-ft [moved from maint/am-ft with 100% similarity]
maintainer/am-xft [moved from maint/am-xft with 100% similarity]
maintainer/maint.mk [moved from maint/maint.mk with 100% similarity]
maintainer/rename-tests [moved from maint/rename-tests with 100% similarity]
maintainer/syntax-checks.mk [moved from maint/syntax-checks.mk with 100% similarity]

index d6baaaa..c6f460c 100644 (file)
@@ -25,8 +25,8 @@ ifeq ($(wildcard Makefile),)
   $(error Fatal Error)
 endif
 include ./Makefile
-include $(srcdir)/maint/maint.mk
-include $(srcdir)/maint/syntax-checks.mk
+include $(srcdir)/maintainer/maint.mk
+include $(srcdir)/maintainer/syntax-checks.mk
 
 else # ! bootstrap in $(MAKECMDGOALS)
 
index 3c40f27..ab98df7 100644 (file)
@@ -116,7 +116,7 @@ maintainer-clean-local:
        rm -rf .autom4te.cache
 
 # So that automake won't complain about the missing ChangeLog.
-# The real rule for ChangeLog generation is now in main/maint.mk
+# The real rule for ChangeLog generation is now in maintainer/maint.mk
 # (as it is maintainer-specific).
 ChangeLog:
 
@@ -684,8 +684,8 @@ EXTRA_DIST += \
 ## ---------------------------------------- ##
   
 EXTRA_DIST += \
-  maint/am-ft \
-  maint/am-xft \
-  maint/rename-tests \
-  maint/maint.mk \
-  maint/syntax-checks.mk
+  maintainer/am-ft \
+  maintainer/am-xft \
+  maintainer/rename-tests \
+  maintainer/maint.mk \
+  maintainer/syntax-checks.mk
similarity index 100%
rename from maint/am-ft
rename to maintainer/am-ft
similarity index 100%
rename from maint/am-xft
rename to maintainer/am-xft
similarity index 100%
rename from maint/maint.mk
rename to maintainer/maint.mk
similarity index 100%
rename from maint/rename-tests
rename to maintainer/rename-tests