Summary: minor, bring back dist targets
authorSebastian Freundt <freundt@ga-group.nl>
Thu, 15 Mar 2012 12:09:29 +0000 (12:09 +0000)
committerSebastian Freundt <freundt@ga-group.nl>
Thu, 15 Mar 2012 14:18:18 +0000 (14:18 +0000)
Keywords: bldchn dist doc

This changeset brings back the dist targets, in particular `distcheck'.
On the way there loads of cleaning up is done.

* .gitignore: explicitly mention src/sxemacs* (naming conflict)

* Makefile.am: major, allow dist again

* info/Makefile.am: kick TEXI2DVI redefinitions
  list all .texi files (recursively)

* info/lispref/intro.texi: fix up @heading in @enumerate

* info/sppm.texi: fix up @anchor in structuring commands

* info/sxemacs/new.texi: fix up @unnumberedsec in @enumerate

* lib-src/Makefile.am: kick ad2c script from the dist

* lisp/Makefile.am: mention build chain .el's

* m4/sxe-srctree.m4: remove VPATH fiddling ... this needs investigating
  who put it there and why?

* modules/ase/Makefile.am: ship with header files

* src/Makefile.am: ship with sxe-utils.h

* src/callproc.c: move systty.h to src/ui/TTY/

* src/emacs.c: move systty.h to src/ui/TTY/

* src/process-unix.c: move systty.h to src/ui/TTY/

* src/process.c: move systty.h to src/ui/TTY/

* src/sysdep.c: move systty.h to src/ui/TTY/

* src/ui/TTY/Makefile.am: move systty.h to src/ui/TTY/

* src/ui/TTY/console-tty.h: move systty.h to src/ui/TTY/

* src/ui/TTY/systty.h: move systty.h to src/ui/TTY/

* src/ui/systty.h: move from to src/ui

* tests/Makefile.am: typo

Signed-off-by: Sebastian Freundt <freundt@ga-group.nl>
Makefile.am

index a5d3e0e..a403920 100644 (file)
@@ -162,9 +162,3 @@ stage2: stage1
 ### dont use staged build
 ##all: stage1 stage2
 
-
-distdir: dist-hook
-
-dist-hook:
-       @echo "The dist targets do not work. Please read the sppm info section 'Making releases'."
-       @exit 1